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 8f183ca commit 8bc6bb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "react-adobe-embed",
"version": "12.0.0",
"version": "12.0.1",
"homepage": "https://ziping-liu-corporation.github.io/react-adobe-embed/#/home",
"repository": {
"type": "git",
Expand Down 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 ./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.txt ./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

0 comments on commit 8bc6bb1

Please sign in to comment.