mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 19:06:55 +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
|