mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
chore: remove netlify-cli from dependencies (#7216)
This commit is contained in:
parent
1ba5bf66b2
commit
42ca13fadf
4 changed files with 115 additions and 3745 deletions
|
@ -3,12 +3,9 @@
|
|||
"version": "2.0.0-beta.18",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "netlify dev"
|
||||
"start": "npx --package netlify-cli netlify dev"
|
||||
},
|
||||
"dependencies": {
|
||||
"@netlify/functions": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"netlify-cli": "^9.16.6"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -96,7 +96,6 @@
|
|||
"lerna": "^4.0.0",
|
||||
"lerna-changelog": "^2.2.0",
|
||||
"lint-staged": "^12.3.8",
|
||||
"netlify-cli": "^9.16.6",
|
||||
"nodemon": "^2.0.15",
|
||||
"prettier": "^2.6.2",
|
||||
"react": "^17.0.2",
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"netlify:crowdin:downloadTranslations": "yarn netlify:crowdin:wait && yarn --cwd .. crowdin:download:website",
|
||||
"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 && yarn netlify dev --debug",
|
||||
"netlify:test": "yarn netlify:build:deployPreview && npx --package netlify-cli netlify dev -- --debug",
|
||||
"typecheck": "tsc",
|
||||
"watch": "tsc --watch"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue