Skip to content
This repository was archived by the owner on Oct 28, 2020. It is now read-only.

Commit 7d6386d

Browse files
author
TED Vortex (Teodor Eugen Dutulescu)
authored
Merge pull request #45 from superleap/gils42-transpile-es5-fail
fix(npm): transpile runs on prepublish command now
2 parents d30b5ac + 3c9d3e8 commit 7d6386d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"scripts": {
99
"test": "gulp",
10-
"build": "gulp package",
10+
"prepublish": "gulp prepublish",
1111
"deploy": "gulp deploy",
1212
"release": "semantic-release pre && npm publish && semantic-release post"
1313
},

0 commit comments

Comments
 (0)