mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 19:32:35 +02:00
chore: upgrade netlify-cli (#6031)
This commit is contained in:
parent
3c54ed2807
commit
33de0cdf99
4 changed files with 348 additions and 1363 deletions
|
@ -6,9 +6,9 @@
|
||||||
"start": "netlify dev"
|
"start": "netlify dev"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@netlify/functions": "^0.7.2"
|
"@netlify/functions": "^0.10.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"netlify-cli": "^5.2.2"
|
"netlify-cli": "^8.0.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -106,7 +106,7 @@
|
||||||
"lerna": "^3.22.1",
|
"lerna": "^3.22.1",
|
||||||
"lerna-changelog": "^1.0.1",
|
"lerna-changelog": "^1.0.1",
|
||||||
"lint-staged": "^10.5.4",
|
"lint-staged": "^10.5.4",
|
||||||
"netlify-cli": "^2.58.0",
|
"netlify-cli": "^8.0.5",
|
||||||
"nodemon": "^2.0.13",
|
"nodemon": "^2.0.13",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"prettier": "^2.4.1",
|
"prettier": "^2.4.1",
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
[build.environment]
|
[build.environment]
|
||||||
NETLIFY_USE_YARN = "true"
|
NETLIFY_USE_YARN = "true"
|
||||||
YARN_VERSION = "1.22.5"
|
YARN_VERSION = "1.22.5"
|
||||||
NODE_VERSION = "14"
|
NODE_VERSION = "16"
|
||||||
|
|
||||||
[context.production]
|
[context.production]
|
||||||
command = "yarn --cwd .. build:packages && yarn netlify:build:production"
|
command = "yarn --cwd .. build:packages && yarn netlify:build:production"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue