Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: no double install for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Feb 22, 2021
1 parent 9daa379 commit 4669bc3
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 @@ -25,7 +25,7 @@
"clean": "lerna run clean",
"lint": "lerna run lint",
"dep-check": "lerna run dep-check",
"configure-examples": "run-s configure-examples:* release:pre:reinstall build",
"configure-examples": "npx npm-run-all configure-examples:* release:pre:reinstall build",
"configure-examples:add-examples-lerna": "json -I -f ./lerna.json -e \"this.packages.push('examples/*'); this.packages = [...new Set(this.packages)]\"",
"configure-examples:add-examples-npm": "json -I -f ./package.json -e \"this.workspaces.push('examples/*'); this.workspaces = [...new Set(this.workspaces)]\"",
"release": "run-s release:pre:* release:publish docker:release release:post:*",
Expand Down

0 comments on commit 4669bc3

Please sign in to comment.