"feat: add mobile app support with Dockerfile and dev/build scripts, update all projects to use psmisc for process management"
This commit is contained in:
@@ -7,6 +7,9 @@ clear
|
||||
while true; do
|
||||
npm run dev
|
||||
|
||||
killall node
|
||||
killall yarn
|
||||
|
||||
echo "restarting..."
|
||||
sleep 1
|
||||
done
|
||||
|
@@ -2,10 +2,12 @@
|
||||
|
||||
set -x
|
||||
|
||||
npm i -D
|
||||
|
||||
killall node
|
||||
killall yarn
|
||||
rm -rf ./**/*Zone.Identifier
|
||||
|
||||
npm i -D
|
||||
|
||||
set -ex
|
||||
|
||||
npm run format
|
||||
|
Reference in New Issue
Block a user