Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
ci: fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazeyu committed Feb 16, 2018
1 parent c47dcac commit 357391e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"build:prod": "webpack --env prod --progress --colors",
"build:docs": "git pull && npm run _changelog && git add CHANGELOG.md && npm run update:submodule && git add ghpages",
"build:esdoc": "cp lib/stats.html ghpages/stats.html -f && npm run _esdoc",
"deploy:doc": "cd ghpages/ && git status && git add . && git commit -m \"Update docs\" && git push --force && cd ..",
"deploy:doc": "git pull && git checkout master && cd ghpages/ && git status && git add . && git commit -m \"Update docs\" && git push origin HEAD:master --force && cd ..",
"deploy": "build:prod && build:docs",
"lint": "eslint --ext .js ./src",
"commit": "git pull && git-cz",
Expand Down

0 comments on commit 357391e

Please sign in to comment.