Skip to content

Commit c9fdffc

Browse files
committed
Fixed release process document npm section.
Accidentally checked in the first draft before deciding not to use the npm prepublish lifecycle script. Part of issue #134.
1 parent e5614be commit c9fdffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The events that fire during the tooltip life cycle are also considered to be par
5555

5656
First, verify that the package to be release to npm contains the expected files in the expected structure. Run `grunt build:npm && npm pack`. This will generate the appropriate dist folder contents and create the tgz package. Look over the tgz package to make sure everything looks good.
5757

58-
Now publish the new release to the npm repository by running the `npm publish` command. This will automatically run the `grunt build:npm` task via the npm precommit script.
58+
Now publish the new release to the npm repository by running the `npm publish` command. This will **NOT** automatically run the `grunt build:npm`, **make sure that is run before publish!** ([npm#10074](https://github.com/npm/npm/issues/10074)).
5959

6060
7. **Add new release to GitHub repo**
6161

0 commit comments

Comments
 (0)