Skip to content

Commit

Permalink
Update prepublish script.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Feb 28, 2020
1 parent 6bca767 commit 50f7b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -41,7 +41,7 @@
"build-cleanup": "node cleanup.js",
"watch": "ENV=development webpack --watch",
"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",
"prepare-off": "npm run lint && npm run build",
"prepublish": "rm -rf ./dist/ && npm run build",
"lint": "eslint index.html make.js src/*.html src/*.js demo/*"
},
"devDependencies": {
Expand Down

0 comments on commit 50f7b7c

Please sign in to comment.