Skip to content

Commit

Permalink
Fix linux build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
riclolsen committed Oct 16, 2024
1 parent 15e4055 commit 0f4eff3
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions platform-linux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ npm install
cd ../mongowr
npm install

cd ../AdminUI
npm install
npm run build

cd ../log-io/ui
npm install
npm run build
Expand All @@ -107,16 +111,6 @@ cd ../inputs/file
npm install
npm run build

cd ../AdminUI
npm install
npm run build

# deprecated
cd ../htdocs-admin
export NODE_OPTIONS=--openssl-legacy-provider
npm install
npm run build
export NODE_OPTIONS=

cd ../../../..

0 comments on commit 0f4eff3

Please sign in to comment.