Skip to content

Commit 93c4b12

Browse files
committed
Update npm scripts
1 parent 0b79f14 commit 93c4b12

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
"gulp-mocha": "^2.1.3"
2929
},
3030
"scripts": {
31-
"test": "gulp"
31+
"test": "gulp",
32+
"preversion": "npm test",
33+
"version": "git add -A",
34+
"postversion": "git push origin master --tags"
3235
}
3336
}

0 commit comments

Comments
 (0)