Skip to content

Commit

Permalink
chore: remove lerna bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Sep 5, 2022
1 parent 8d75ddc commit abdc32e
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 @@
"build:test-distro": "node tasks/test-distro.js",
"build": "run-s client:build \"build:distro -- {@}\" \"build:test-distro -- {@}\" --",
"lint": "eslint .",
"postinstall": "electron-builder install-app-deps && lerna bootstrap",
"postinstall": "electron-builder install-app-deps",
"prerelease": "run-s update-license-book",
"update-license-book": "node tasks/license-book.js -o THIRD_PARTY_NOTICES -c",
"send-license-book-summary": "node tasks/send-license-book-summary.js -s",
Expand Down

0 comments on commit abdc32e

Please sign in to comment.