Files
oneuptime/InfrastructureAgent/Scripts/Build/Base.sh
2024-03-13 18:41:32 +00:00

11 lines
242 B
Bash

cd ..
cd Common && npm install && cd ..
cd Model && npm install && cd ..
cd CommonServer && npm install && cd ..
cd CommonUI && npm install --force && cd ..
cd InfrastructureAgent
npm install
npm run compile
npm run build
npm i postject -g