Skip to content

Commit

Permalink
chore: use npx --yes (#7549)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Jun 2, 2022
1 parent 1efcfc4 commit 7dd822b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions packages/docusaurus/README.md
@@ -0,0 +1 @@
# Docusaurus core

0 comments on commit 7dd822b

Please sign in to comment.