mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 10:56:48 +00:00
11 lines
140 B
Bash
11 lines
140 B
Bash
#!/usr/bin/env bash
|
|
set -x
|
|
set -e
|
|
|
|
cd /opt/open-webapp/
|
|
npm ci --legacy-peer-deps
|
|
|
|
cd /opt/open-webapp/
|
|
npm run build
|
|
npm run build-widgets
|