chore: remove netlify-cli from dependencies (#7216)

This commit is contained in:
Joshua Chen 2022-04-20 22:14:03 +08:00 committed by GitHub
parent 1ba5bf66b2
commit 42ca13fadf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 115 additions and 3745 deletions

View file

@ -3,12 +3,9 @@
"version": "2.0.0-beta.18", "version": "2.0.0-beta.18",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "netlify dev" "start": "npx --package netlify-cli netlify dev"
}, },
"dependencies": { "dependencies": {
"@netlify/functions": "^1.0.0" "@netlify/functions": "^1.0.0"
},
"devDependencies": {
"netlify-cli": "^9.16.6"
} }
} }

View file

@ -96,7 +96,6 @@
"lerna": "^4.0.0", "lerna": "^4.0.0",
"lerna-changelog": "^2.2.0", "lerna-changelog": "^2.2.0",
"lint-staged": "^12.3.8", "lint-staged": "^12.3.8",
"netlify-cli": "^9.16.6",
"nodemon": "^2.0.15", "nodemon": "^2.0.15",
"prettier": "^2.6.2", "prettier": "^2.6.2",
"react": "^17.0.2", "react": "^17.0.2",

View file

@ -29,7 +29,7 @@
"netlify:crowdin:downloadTranslations": "yarn netlify:crowdin:wait && yarn --cwd .. crowdin:download:website", "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: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: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", "typecheck": "tsc",
"watch": "tsc --watch" "watch": "tsc --watch"
}, },

3852
yarn.lock

File diff suppressed because it is too large Load diff