Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jkovarik committed Nov 5, 2020
1 parent 5f24544 commit c64db89
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 @@ -30,7 +30,7 @@
"bootstrap-no-build-no-scripts": "lerna bootstrap --no-ci --force-local --ignore-scripts && npm run tsc",
"bootstrap-no-build-no-concurrency": "lerna bootstrap --no-ci --force-local --concurrency 1 && npm run tsc",
"bootstrap-no-build-quiet": "lerna bootstrap --no-ci --force-local --loglevel=error && npm run tsc",
"ci:bootstrap": "lerna bootstrap --no-ci --force-local --no prepublish",
"ci:bootstrap": "lerna bootstrap --no-ci --force-local",
"ci:bootstrap-no-scripts": "lerna bootstrap --no-ci --force-local --ignore-scripts",
"ci:bootstrap-no-scripts-quiet": "lerna bootstrap --no-ci --force-local --loglevel=error",
"update": "lerna version --exact --force-publish --no-git-tag-version --no-push",
Expand Down

0 comments on commit c64db89

Please sign in to comment.