Skip to content

Commit ace6de8

Browse files
committed
create build when bumping versions
1 parent 0c6e0e6 commit ace6de8

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
@@ -18,7 +18,8 @@
1818
},
1919
"scripts": {
2020
"prepare": "grunt build",
21-
"test": "grunt test"
21+
"test": "grunt test",
22+
"preversion": "npm run prepare"
2223
},
2324
"repository": {
2425
"type": "git",

0 commit comments

Comments
 (0)