Skip to content

Commit

Permalink
Add theia check:theia-version by default
Browse files Browse the repository at this point in the history
This will run the Theia version check after yarn install to check
whether multiple versions of @theia/* packages are pulled by direct or
indirect dependencies.

See also eclipse-theia/theia#11483
  • Loading branch information
planger committed Sep 26, 2022
1 parent cb41111 commit fcb3403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/root-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"private": true,
"scripts": {
"prepare": "lerna run prepare",
"postinstall": "theia check:theia-version",
"rebuild:browser": "theia rebuild:browser",
"rebuild:electron": "theia rebuild:electron",
"start:browser": "yarn rebuild:browser && yarn --cwd browser-app start",
Expand Down

0 comments on commit fcb3403

Please sign in to comment.