diff --git a/package.json b/package.json index 56cb923a9..c510117fe 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "jsdoc": "node_modules/.bin/jsdoc -r -c jsdoc.json", "deploy:docs": "git add . && git stash && git branch -f gh-pages && git checkout gh-pages && git reset --hard origin/master && git merge --squash --strategy-option=theirs stash && git stash drop && git commit -m 'Auto-build' && git push origin gh-pages -f && git checkout master", - "build:docs": "> .temp && git add . && git stash && npm run jsdoc && npm run deploy:docs; git stash pop && rm -f .temp", + "build:docs": "> .temp && git add . && git stash && npm run jsdoc && npm run deploy:docs; git stash pop && rm -f .temp && git add .temp", "build:dist": "webpack", "build": "npm run build:dist && npm run build:docs", "test": "nyc --reporter=html --reporter=text mocha test/src.js",