Skip to content

Commit 7128edb

Browse files
committed
Adds release script; closes #15
1 parent 5316a9e commit 7128edb

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
@@ -17,7 +17,7 @@
1717
"docs": "npm run docs:react && npm run docs:util",
1818
"docs:util": "jsdoc2md src/util/index.js > docs/util/util.md",
1919
"docs:clean": "rimraf docs/components/* && rimraf docs/util/*",
20-
"prep": "np --no-publish"
20+
"release": "npm run test && npm run build && npm run docs && git commit -a && np"
2121
},
2222
"jest": {
2323
"collectCoverageFrom": [

0 commit comments

Comments
 (0)