mirror of
https://gitlab.com/octtspacc/Friendiiverse
synced 2024-12-22 05:22:53 +01:00
6 lines
115 B
Bash
Executable File
6 lines
115 B
Bash
Executable File
#!/bin/sh
|
|
rm -rf ./Build || true && \
|
|
cp -r ./App ./Build && \
|
|
npx babel ./App -d ./Build && \
|
|
python3 ./Bundle.py
|