Skip to content

Commit

Permalink
chore: mod predeploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
YumoImer committed Nov 21, 2024
1 parent 8d021b6 commit ba63c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"clean": "antd-tools run clean && rm -rf es lib coverage locale dist report.html artifacts.zip oss-artifacts.zip",
"precompile": "npm run prestart",
"compile": "father build",
"predeploy": "npm run site && cp CNAME _site && npm run test:site",
"predeploy": "npm run site && cp CNAME _site",
"deploy": "gh-pages -d _site -b gh-pages -f",
"predist": "npm run version && npm run token:statistic && npm run token:meta",
"legacy_dist": "antd-tools run dist",
Expand Down

0 comments on commit ba63c6d

Please sign in to comment.