Skip to content

Commit 28df6c8

Browse files
committed
chore(npm): add version related scripts
1 parent 137e3fd commit 28df6c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
"eslint": "eslint src",
3232
"fixpack": "fixpack",
3333
"jscs": "jscs src",
34-
"lint": "npm-run-all eslint jscs"
34+
"lint": "npm-run-all eslint jscs",
35+
"preversion": "npm-run-all lint",
36+
"version": "npm-run-all clean build"
3537
},
3638
"dependencies": {
3739
"hoist-non-react-statics": "^1.0.0"

0 commit comments

Comments
 (0)