Skip to content

Commit

Permalink
feat: add cdn to canary static deploy path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziping Liu committed Oct 27, 2023
1 parent 7e62d54 commit 29bdb4e
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 @@ -61,7 +61,7 @@
],
"scripts": {
"test": "jest",
"build:canary": "npm run build:roll:canary && rsync -rhv --progress ./public/* ./build && rsync -rhv --progress README.md ./build",
"build:canary": "npm run build:roll:canary && rsync -rhv --progress ./public/* ./build && rsync -rhv --progress README.md ./build && rsync -rhv --progress ./dist ./build/",
"build:roll:canary": "rimraf lib && rollup --bundleConfigAsCjs -c rollup.config.canary.js",
"predeploy": "npm run build:roll:canary",
"build": "npm run build:roll && npm run build:roll:cdn",
Expand Down

0 comments on commit 29bdb4e

Please sign in to comment.