Skip to content

Commit

Permalink
restore npx --yes yarn-deduplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Jun 2, 2022
1 parent 1efcfc4 commit 15b48b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
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

0 comments on commit 15b48b2

Please sign in to comment.