Skip to content

Commit bd3a68e

Browse files
author
Antonio Tenorio Fornés
committed
add prepublish instruction to build on npm pubish/install
1 parent 6cf66c0 commit bd3a68e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"test:browser": "gulp test:browser",
1616
"lint": "aegir-lint",
1717
"build": "gulp build",
18+
"prepublish": "gulp build",
1819
"release": "gulp release",
1920
"release-minor": "gulp release --type minor",
2021
"release-major": "gulp release --type major",

0 commit comments

Comments
 (0)