Skip to content

Commit 3f5fcf9

Browse files
author
Alexander Ryzhikov
committed
Preversion npm hook [ci skip]
1 parent b06f3de commit 3f5fcf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"lint": "eslint src test",
2929
"test": "ava --require babel-core/register -T 7s test/index.js",
3030
"validate": "npm run lint && npm test",
31-
"prepare": "npm run build && npm run validate && npm run check"
31+
"prepare": "npm run build && npm run validate && npm run check",
32+
"preversion": "npm run prepare"
3233
},
3334
"author": {
3435
"name": "Alexander Ryzhikov",

0 commit comments

Comments
 (0)