mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-24 05:28:01 +02:00
misc: make copyUntypedFiles work for watch mode (#7445)
This commit is contained in:
parent
5c3d3cfef1
commit
6b53d4263d
51 changed files with 71 additions and 187 deletions
|
@ -1,4 +1,3 @@
|
|||
copyUntypedFiles.mjs
|
||||
.tsbuildinfo*
|
||||
__tests__
|
||||
node_modules
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"scripts": {
|
||||
"create-docusaurus": "create-docusaurus",
|
||||
"build": "tsc --build",
|
||||
"watch": "tsc --watch"
|
||||
"watch": "tsc --build --watch"
|
||||
},
|
||||
"bin": "bin/index.js",
|
||||
"publishConfig": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue