Skip to content

Commit

Permalink
Revert "chore: 🤖 use lerna exec instead bootstrap"
Browse files Browse the repository at this point in the history
This reverts commit 041f8f0.
  • Loading branch information
touv committed Jan 26, 2023
1 parent 041f8f0 commit 56375ee
Show file tree
Hide file tree
Showing 18 changed files with 13,251 additions and 14,343 deletions.
1,324 changes: 1,022 additions & 302 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"@babel/preset-env": "7.13.15",
"@babel/register": "7.13.14",
"@lerna-lite/cli": "1.14.2",
"@lerna-lite/exec": "1.14.2",
"@lerna-lite/list": "1.14.2",
"@lerna-lite/publish": "1.14.2",
"@lerna-lite/run": "1.14.2",
Expand Down Expand Up @@ -46,7 +45,7 @@
"release:publish": "lerna publish from-package",
"commit": "git status && npx git-cz -a",
"build": "lerna run build",
"bootstrap": "lerna exec npm install",
"bootstrap": "lerna bootstrap",
"doc": "lerna run doc",
"lint": "lerna run --no-bail lint",
"pretest": "npm run bootstrap",
Expand Down
32 changes: 15 additions & 17 deletions packages/analytics/package-lock.json

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

Loading

0 comments on commit 56375ee

Please sign in to comment.