Skip to content

Commit

Permalink
npx --yes only for Node 16+ :(
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Apr 13, 2022
1 parent 10ec972 commit 5772514
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 @@ -57,7 +57,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 lib-next",
"test:baseUrl": "yarn build:website:baseUrl && yarn serve:website:baseUrl",
"lock:update": "npx --yes yarn-deduplicate"
"lock:update": "npx --yes yarn-deduplicate || npx yarn-deduplicate"
},
"devDependencies": {
"@crowdin/cli": "^3.7.8",
Expand Down

0 comments on commit 5772514

Please sign in to comment.