mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +02:00
chore: normalize naming of admin scripts (#7448)
This commit is contained in:
parent
b31220032b
commit
ba0d94d02b
15 changed files with 25 additions and 18 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue