Skip to content

Commit

Permalink
fix: minor package.json script
Browse files Browse the repository at this point in the history
  • Loading branch information
ZipingL committed Apr 23, 2024
1 parent 3081c66 commit c429770
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -76,7 +76,7 @@
"scripts": {
"clean": "rm -rf ./build && rm -rf ./lib && rm -rf ./dist && rm -rf ./types",
"test": "jest",
"build:canary": "npm run build:roll:canary && rsync -rhv --progress ./public/* ./build && cp ./README.md ./build && npm run build:roll:cdn && rsync -rhv --progress ./dist ./build/ && cp ./LICENSE.txt ./build && npm run build:public",
"build:canary": "npm run build:roll:canary && rsync -rhv --progress ./public/* ./build && cp ./README.md ./build && npm run build:roll:cdn && rsync -rhv --progress ./dist ./build/ && cp ./LICENSE.md ./build && npm run build:public",
"build:public": "node ./scripts/public.js",
"build:roll:canary": "rimraf build && rollup --bundleConfigAsCjs -c rollup.config.canary.js",
"predeploy": "npm run build:roll:canary",
Expand Down Expand Up @@ -123,5 +123,9 @@
"rollup-plugin-typescript2": "^0.34.1",
"ts-jest": "^29.1.1",
"typescript": "^4.9.5"

},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5"
}
}

0 comments on commit c429770

Please sign in to comment.