Skip to content

Commit 8b20ade

Browse files
plangervince-fugnitto
authored andcommitted
Add theia check:theia-version by default
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 Contributed on behalf of STMicroelectronics.
1 parent 4fcf216 commit 8b20ade

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/root-package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
},
77
"scripts": {
88
"prepare": "lerna run prepare",
9+
"postinstall": "theia check:theia-version",
910
"rebuild:browser": "theia rebuild:browser",
1011
"rebuild:electron": "theia rebuild:electron",
1112
"start:browser": "yarn rebuild:browser && yarn --cwd browser-app start",

0 commit comments

Comments
 (0)