Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/update lerna #1952

Merged
merged 4 commits into from
Aug 31, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update lerna to v3.22.0 and update impacted scripts
  • Loading branch information
boygirl committed Aug 30, 2021
commit c7bd616d7ebb6c2662601ebd24c8c5643a454284
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"lerna": "2.11.0",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "35.11.2",
Expand Down
2 changes: 1 addition & 1 deletion package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module.exports = {
},
"compile-ts": "tsc --project tsconfig.json --noEmit",
// Version testing helpers
"lerna-dry-run": "lerna publish --skip-git --skip-npm --loglevel silly",
"lerna-dry-run": "lerna version --no-git-tag-version --no-push --loglevel silly",
// TODO: organize build scripts once build perf is sorted out
"babel-es": "cross-env BABEL_ENV=es babel src --out-dir es --copy-files",
"babel-lib":
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"karma-sauce-launcher": "^4.1.5",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^5.0.0",
"lerna": "^2.11.0",
"lerna": "^3.22.0",
"lodash": "^4.17.19",
"lodash-webpack-plugin": "^0.11.6",
"match-str": "^0.2.1",
Expand Down
Loading