Skip to content

Commit 7dd822b

Browse files
authored
chore: use npx --yes (#7549)
1 parent 1efcfc4 commit 7dd822b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"watch": "yarn lerna run --parallel watch",
5757
"clear": "(yarn workspace website clear || echo 'Failure while running docusaurus clear') && yarn lerna exec --ignore docusaurus yarn rimraf lib",
5858
"test:baseUrl": "yarn build:website:baseUrl && yarn serve:website:baseUrl",
59-
"lock:update": "npx yarn-deduplicate"
59+
"lock:update": "npx --yes yarn-deduplicate"
6060
},
6161
"dependencies": {
6262
"unified": "^9.2.2"

packages/docusaurus/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Docusaurus core

0 commit comments

Comments
 (0)