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

Commit

Permalink
ci: modify npm script 'build:esdoc' for linux-only-use
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazeyu committed Feb 15, 2018
1 parent e2cf234 commit f8905f9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
5 changes: 0 additions & 5 deletions build_esdoc.cmd

This file was deleted.

4 changes: 0 additions & 4 deletions build_esdoc.sh

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"build:dev": "webpack --progress --colors",
"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": "build_esdoc",
"build:esdoc": "rm ghpages/stats.html && cp lib/stats.html ghpages/stats.html && npm run _esdoc",
"deploy:doc": "cd ghpages/ && git status && git add . && git commit -m \"Update docs\" && git push --force && cd ..",
"lint": "eslint --ext .js ./src",
"commit": "git pull && git-cz",
Expand Down

0 comments on commit f8905f9

Please sign in to comment.