8 lines
192 B
Bash
8 lines
192 B
Bash
![]() |
#!/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
|