Skip to content

Commit 8bc6bb1

Browse files
committed
fix: minor - package json script
1 parent 8f183ca commit 8bc6bb1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-adobe-embed",
3-
"version": "12.0.0",
3+
"version": "12.0.1",
44
"homepage": "https://ziping-liu-corporation.github.io/react-adobe-embed/#/home",
55
"repository": {
66
"type": "git",
@@ -76,7 +76,7 @@
7676
"scripts": {
7777
"clean": "rm -rf ./build && rm -rf ./lib && rm -rf ./dist && rm -rf ./types",
7878
"test": "jest",
79-
"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",
79+
"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",
8080
"build:public": "node ./scripts/public.js",
8181
"build:roll:canary": "rimraf build && rollup --bundleConfigAsCjs -c rollup.config.canary.js",
8282
"predeploy": "npm run build:roll:canary",

0 commit comments

Comments
 (0)