There was an error while loading. Please reload this page.
1 parent bc1962a commit ac56190Copy full SHA for ac56190
1 file changed
ct/excalidash.sh
@@ -47,11 +47,11 @@ function update_script() {
47
msg_ok "Configured Database Provider"
48
49
msg_info "Rebuilding Application"
50
- $STD npm ci
+ $STD npm ci --include=dev
51
$STD npx prisma generate
52
$STD npx tsc
53
cd /opt/excalidash/frontend
54
55
$STD npm run build
56
cp -r /opt/excalidash/frontend/dist/. /var/www/excalidash/
57
msg_ok "Rebuilt Application"
0 commit comments