We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bca767 commit 50f7b7cCopy full SHA for 50f7b7c
package.json
@@ -41,7 +41,7 @@
41
"build-cleanup": "node cleanup.js",
42
"watch": "ENV=development webpack --watch",
43
"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",
+ "prepublish": "rm -rf ./dist/ && npm run build",
45
"lint": "eslint index.html make.js src/*.html src/*.js demo/*"
46
},
47
"devDependencies": {
0 commit comments