Skip to content

Commit

Permalink
fix predeploy cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed May 23, 2016
1 parent dd33cb8 commit 3b89533
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"clean": "antd-tools run clean",
"start": "antd-tools run start",
"site": "antd-tools run site",
"pre-deploy": "node ./scripts/predeploy",
"pre-deploy": "cp CNAME _site && rsync -R components/*/demo/*.json _site",
"deploy": "antd-tools run update-self && antd-tools run deploy",
"just-deploy": "antd-tools run just-deploy",
"lint": "npm run srclint && npm run demolint && npm run lesshint",
Expand Down
14 changes: 0 additions & 14 deletions scripts/predeploy.js

This file was deleted.

0 comments on commit 3b89533

Please sign in to comment.