mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
11 lines
242 B
Bash
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 |