Skip to content

Commit 1222ec5

Browse files
committed
Remove np from release script until fixed
1 parent d0a2e9c commit 1222ec5

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 --no-publish",
22+
"release": "yarn test && yarn build && yarn docs && git commit -a",
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)