Skip to content

Commit da5e6aa

Browse files
committed
Readd build
1 parent 7955185 commit da5e6aa

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
@@ -39,7 +39,7 @@
3939
"build": "npm run clean && node bin/index.js",
4040
"start": "npx http-server --coop",
4141
"fix": "npx prettier . --write",
42-
42+
"prepare": "npm run build && npm run fix && npm run publint",
4343
"deploy": "npm run prepare && git add . && git commit -am 'New release' && git push && npm publish --access public"
4444
},
4545
"repository": {

0 commit comments

Comments
 (0)