Skip to content

Commit ce0abd8

Browse files
committed
fix(npm-script): add prepublish script
1 parent dce561d commit ce0abd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"lib"
88
],
99
"scripts": {
10+
"prepublish": "npm run build",
1011
"pretest": "npm run build",
1112
"test": "npm run lint && karma start",
1213
"build": "npm run scripts",

0 commit comments

Comments
 (0)