mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-09-24 16:04:36 +08:00
Linux build script fix
This commit is contained in:
+2
-3
@@ -38,9 +38,8 @@ echo "Build static content"
|
||||
|
||||
cd ../webapp
|
||||
|
||||
npm i lerna
|
||||
npx lerna bootstrap
|
||||
npx lerna run build --scope @dbeaver/dbeaver -- -- --pluginsList=../../../../products/default/plugins-list.js
|
||||
lerna bootstrap
|
||||
lerna run build --scope @dbeaver/dbeaver -- -- --pluginsList=../../../../products/default/plugins-list.js
|
||||
|
||||
cd ../deploy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user