mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Revert "ignore building grpc plugin for cloud"
This reverts commit 0653b7d355.
This commit is contained in:
parent
0653b7d355
commit
38d3fb83c4
1 changed files with 1 additions and 6 deletions
|
|
@ -1,12 +1,7 @@
|
|||
const { execSync } = require('child_process');
|
||||
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
// if tooljet host is 'app.tooljet.com', dont build grpc packages
|
||||
if (process.env.TOOLJET_HOST.includes('app.tooljet.com')) {
|
||||
execSync('npx lerna run build --stream --ignore @tooljet/grpc-*');
|
||||
} else {
|
||||
execSync('npx lerna run build --stream');
|
||||
}
|
||||
execSync('npx lerna run build --stream');
|
||||
} else {
|
||||
execSync('npx lerna run build --stream --no-private');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue