mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
chore: use npx --yes (#7549)
This commit is contained in:
parent
1efcfc4671
commit
7dd822becb
|
|
@ -56,7 +56,7 @@
|
|||
"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",
|
||||
"test:baseUrl": "yarn build:website:baseUrl && yarn serve:website:baseUrl",
|
||||
"lock:update": "npx yarn-deduplicate"
|
||||
"lock:update": "npx --yes yarn-deduplicate"
|
||||
},
|
||||
"dependencies": {
|
||||
"unified": "^9.2.2"
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
# Docusaurus core
|
||||
Loading…
Reference in New Issue