Skip to content

Commit 621acec

Browse files
committed
chore(package): add prepublish (gulp build)
1 parent 04b42d4 commit 621acec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"url": "git://github.com/angular-fullstack/generator-angular-fullstack.git"
3232
},
3333
"scripts": {
34-
"test": "gulp build && grunt test"
34+
"test": "gulp build && grunt test",
35+
"prepublish": "gulp build"
3536
},
3637
"dependencies": {
3738
"babel-plugin-syntax-class-properties": "^6.5.0",

0 commit comments

Comments
 (0)