mirror of
https://github.com/clearml/clearml-server
synced 2025-02-07 21:43:11 +00:00
10 lines
123 B
Bash
10 lines
123 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
set -x
|
||
|
set -e
|
||
|
|
||
|
cd /opt/open-webapp/
|
||
|
npm ci --unsafe-perm node-sass
|
||
|
|
||
|
cd /opt/open-webapp/
|
||
|
npm run build
|