Skip to content

Commit d608daa

Browse files
author
Eric Koleda
committed
Update version scripts
1 parent 71a40ad commit d608daa

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
@@ -29,7 +29,8 @@
2929
"mocha": "^4.1.0"
3030
},
3131
"scripts": {
32-
"postversion": "gulp dist",
32+
"preversion": "npm test",
33+
"version": "npm run dist && git add -A dist",
3334
"dist": "gulp dist",
3435
"lint": "gulp lint",
3536
"doc": "jsdoc -c jsdoc.json src/*.gs README.md",

0 commit comments

Comments
 (0)