Skip to content

Commit

Permalink
Use previous lerna dependency strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenader committed Mar 4, 2019
1 parent be095e5 commit 1611345
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 @@ -21,7 +21,7 @@
"check-packages": "yarn clean && yarn build && yarn test && yarn lint",
"bump-version": "lerna --ignore=examples/* version --no-push --exact",
"prerun-publish": "yarn build",
"run-publish": "lerna --ignore=examples/* publish --exact",
"run-publish": "lerna --ignore=examples/* publish",
"clean": "lerna exec yarn clean && yarn clean-logs",
"clean-incl-deps": "yarn clean && yarn clean-deps",
"clean-deps": "rimraf packages/*/node_modules && rimraf yarn.lock && rimraf */**/yarn.lock && rimraf node_modules",
Expand Down

0 comments on commit 1611345

Please sign in to comment.