Files
HKSingleParty/03_source/mobile.trunk.1/build.sh

17 lines
157 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
# npm i -D
rm -rf **/*Zone.Identifier
# npm run format
# npm run build
# git add .
# git commit -m"build ok,"
echo "done"