17 lines
157 B
Bash
Executable File
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"
|