mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-01 07:49:43 +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
|
@ -24,10 +24,10 @@
|
|||
"docusaurus": "bin/docusaurus.mjs"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc --build && node ../../admin/scripts/copyUntypedFiles.mjs",
|
||||
"build": "tsc --build && node ../../admin/scripts/copyUntypedFiles.js",
|
||||
"watch": "run-p -c copy:watch build:watch",
|
||||
"build:watch": "tsc --build --watch",
|
||||
"copy:watch": "node ../../admin/scripts/copyUntypedFiles.mjs --watch"
|
||||
"copy:watch": "node ../../admin/scripts/copyUntypedFiles.js --watch"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/facebook/docusaurus/issues"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue