Skip to content

Commit 8dba511

Browse files
committed
fix: copying of LICENSE
1 parent 6287be6 commit 8dba511

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

example/LICENSE

Lines changed: 0 additions & 9 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test:lint": "eslint .",
2121
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
2222
"test:watch": "react-scripts test --env=jsdom",
23-
"prepare-deploy": "cd example && yarn install && yarn clean && cp ../README.md README.md && cp ../LICENSE LICENSE",
23+
"prepare-deploy": "cd example && yarn install && yarn clean && cp ../README.md README.md && cp ../LICENSE LICENSE.md",
2424
"predeploy:default": "yarn prepare-deploy && cd example && yarn build",
2525
"predeploy:prefix": "yarn prepare-deploy && cd example && yarn build:prefix",
2626
"deploy": "yarn build && yarn deploy:gh",

0 commit comments

Comments
 (0)