Update requirement files with new feature templates and fix backend API error message, along with mobile project config updates and documentation improvements
This commit is contained in:
19
03_source/mobile/build.sh
Executable file
19
03_source/mobile/build.sh
Executable file
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
set -x
|
||||
|
||||
npm i -D
|
||||
|
||||
rm -rf ./**/*Zone.Identifier
|
||||
|
||||
set -ex
|
||||
|
||||
npm run format
|
||||
|
||||
git add .
|
||||
|
||||
npm run build
|
||||
|
||||
git commit -m"build ok,"
|
||||
|
||||
echo "done"
|
Reference in New Issue
Block a user