mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +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
|
@ -30,8 +30,7 @@
|
|||
"netlify:crowdin:downloadTranslationsFailSafe": "yarn netlify:crowdin:wait && (yarn --cwd .. crowdin:download:website || echo 'Crowdin translation download failure (only internal PRs have access to the Crowdin env token)')",
|
||||
"netlify:crowdin:uploadSources": "yarn --cwd .. crowdin:upload:website",
|
||||
"netlify:test": "yarn netlify:build:deployPreview && npx --package netlify-cli netlify dev -- --debug",
|
||||
"typecheck": "tsc",
|
||||
"watch": "tsc --watch"
|
||||
"typecheck": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@crowdin/cli": "^3.7.8",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue