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 5316a9e commit 7128edbCopy full SHA for 7128edb
package.json
@@ -17,7 +17,7 @@
17
"docs": "npm run docs:react && npm run docs:util",
18
"docs:util": "jsdoc2md src/util/index.js > docs/util/util.md",
19
"docs:clean": "rimraf docs/components/* && rimraf docs/util/*",
20
- "prep": "np --no-publish"
+ "release": "npm run test && npm run build && npm run docs && git commit -a && np"
21
},
22
"jest": {
23
"collectCoverageFrom": [
0 commit comments