mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 10:17:55 +02:00
chore: use npx --yes (#7549)
This commit is contained in:
parent
1efcfc4671
commit
7dd822becb
2 changed files with 2 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
"watch": "yarn lerna run --parallel watch",
|
"watch": "yarn lerna run --parallel watch",
|
||||||
"clear": "(yarn workspace website clear || echo 'Failure while running docusaurus clear') && yarn lerna exec --ignore docusaurus yarn rimraf lib",
|
"clear": "(yarn workspace website clear || echo 'Failure while running docusaurus clear') && yarn lerna exec --ignore docusaurus yarn rimraf lib",
|
||||||
"test:baseUrl": "yarn build:website:baseUrl && yarn serve:website:baseUrl",
|
"test:baseUrl": "yarn build:website:baseUrl && yarn serve:website:baseUrl",
|
||||||
"lock:update": "npx yarn-deduplicate"
|
"lock:update": "npx --yes yarn-deduplicate"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"unified": "^9.2.2"
|
"unified": "^9.2.2"
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
# Docusaurus core
|
Loading…
Add table
Reference in a new issue