8 lines
148 B
Bash
Executable File
8 lines
148 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ROOT_DIR="/media/benoti/Ubuntu-Disk/Github/datasquirel"
|
|
|
|
sudo rm -rf $ROOT_DIR/.local_dist
|
|
npm run docker-build:local
|
|
./sync-distro.sh
|