We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6287be6 commit 8dba511Copy full SHA for 8dba511
example/LICENSE
package.json
@@ -20,7 +20,7 @@
20
"test:lint": "eslint .",
21
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
22
"test:watch": "react-scripts test --env=jsdom",
23
- "prepare-deploy": "cd example && yarn install && yarn clean && cp ../README.md README.md && cp ../LICENSE LICENSE",
+ "prepare-deploy": "cd example && yarn install && yarn clean && cp ../README.md README.md && cp ../LICENSE LICENSE.md",
24
"predeploy:default": "yarn prepare-deploy && cd example && yarn build",
25
"predeploy:prefix": "yarn prepare-deploy && cd example && yarn build:prefix",
26
"deploy": "yarn build && yarn deploy:gh",
0 commit comments