Skip to content

Commit 6e6cd6a

Browse files
committed
Run np with --no-publish flag
1 parent 7424903 commit 6e6cd6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"docs": "yarn docs:react",
2020
"docs:util": "jsdoc2md src/util/index.js > docs/util/util.md",
2121
"docs:clean": "rimraf docs/components/* && rimraf docs/util/*",
22-
"release": "yarn test && yarn build && yarn docs && git commit -a && np",
22+
"release": "yarn test && yarn build && yarn docs && git commit -a && np --no-publish",
2323
"preanalyze": "rimraf stats.json",
2424
"analyze": "webpack --config webpack.config.js --env build --profile --json > stats.json && echo '==> http://webpack.github.io/analyse/'"
2525
},

0 commit comments

Comments
 (0)