8 lines
173 B
Bash
Executable File
8 lines
173 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ROOT_DIR="/home/benoti/Projects/Git/moduletrace/datasquirel/datasquirel-web-app"
|
|
|
|
sudo rm -rf $ROOT_DIR/.local_dist
|
|
npm run docker-build:local
|
|
./sync-distro.sh
|