Skip to content

Commit

Permalink
Try version approach from lerna/lerna#1415 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Apr 20, 2019
1 parent 1e5f55a commit 545fbd7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -17,9 +17,11 @@
"lint": "eslint --ext js,vue .",
"test": "npm run unit && npm run e2e",
"e2e": "lerna run e2e",
"postinstall": "lerna bootstrap --hoist",
"storybook:build": "lerna run storybook:build",
"unit": "jest"
},
"unit": "jest",
"version": "lerna clean --yes && lerna bootstrap --ignore-scripts -- --package-lock-only --no-audit && git add packages/*/package-lock.json"
},
"devDependencies": {
"@babel/core": "7.2.2",
"@babel/preset-env": "7.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-dummy-published-component-2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/vue-dummy-published-component/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 545fbd7

Please sign in to comment.