Skip to content

Commit 50f7b7c

Browse files
committed
Update prepublish script.
1 parent 6bca767 commit 50f7b7c

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
@@ -41,7 +41,7 @@
4141
"build-cleanup": "node cleanup.js",
4242
"watch": "ENV=development webpack --watch",
4343
"deploy": "git checkout gh-pages && git merge develop && rm -rf ./dist/ && npm run build && npm run build-dev && git add . && git commit -m 'Update built files.' && git push && git checkout develop",
44-
"prepare-off": "npm run lint && npm run build",
44+
"prepublish": "rm -rf ./dist/ && npm run build",
4545
"lint": "eslint index.html make.js src/*.html src/*.js demo/*"
4646
},
4747
"devDependencies": {

0 commit comments

Comments
 (0)