We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a2e9c commit 1222ec5Copy full SHA for 1222ec5
package.json
@@ -19,7 +19,7 @@
19
"docs": "yarn docs:react",
20
"docs:util": "jsdoc2md src/util/index.js > docs/util/util.md",
21
"docs:clean": "rimraf docs/components/* && rimraf docs/util/*",
22
- "release": "yarn test && yarn build && yarn docs && git commit -a && np --no-publish",
+ "release": "yarn test && yarn build && yarn docs && git commit -a",
23
"preanalyze": "rimraf stats.json",
24
"analyze": "webpack --config webpack.config.js --env build --profile --json > stats.json && echo '==> http://webpack.github.io/analyse/'"
25
},
0 commit comments