chore: normalize naming of admin scripts (#7448)

This commit is contained in:
Joshua Chen 2022-05-18 21:34:34 +08:00 committed by GitHub
parent b31220032b
commit ba0d94d02b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 25 additions and 18 deletions

View file

@ -13,10 +13,10 @@
"./Details": "./lib/components/Details/index.js"
},
"scripts": {
"build": "tsc && node ../../admin/scripts/copyUntypedFiles.mjs",
"build": "tsc && node ../../admin/scripts/copyUntypedFiles.js",
"watch": "run-p -c copy:watch build:watch",
"build:watch": "tsc --watch",
"copy:watch": "node ../../admin/scripts/copyUntypedFiles.mjs --watch"
"copy:watch": "node ../../admin/scripts/copyUntypedFiles.js --watch"
},
"publishConfig": {
"access": "public"