Skip to content

Commit ef8ad93

Browse files
committed
chore: rename LICENSE to LICENSE.md
1 parent 269457b commit ef8ad93

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"test": "run-s test:lint test:build",
3131
"test:build": "run-s build",
3232
"test:lint": "eslint .",
33-
"prepare-deploy": "cd www && yarn install && yarn clean && cp ../LICENSE LICENSE.md",
33+
"prepare-deploy": "cd www && yarn install && yarn clean && cp ../LICENSE.md LICENSE.md",
3434
"predeploy:default": "yarn prepare-deploy && cd www && yarn build",
3535
"predeploy:prefix": "yarn prepare-deploy && cd www && yarn build:prefix",
3636
"deploy": "yarn build && yarn deploy:gh",

0 commit comments

Comments
 (0)