dsql-admin/dsql-app/scripts/shell/build-sync-distro.sh

8 lines
192 B
Bash
Raw Normal View History

2025-01-28 18:43:16 +00:00
#!/bin/bash
ROOT_DIR="/home/archben/Projects/Git/moduletrace/datasquirel/datasquirel-web-app"
sudo rm -rf $ROOT_DIR/.local_dist
bun docker-build:local
$ROOT_DIR/scripts/shell/sync-distro.sh