mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-03 15:08:12 +01:00
Fix dev server leaving zombie node process behind
This commit is contained in:
parent
a9348fe2c4
commit
f8e0975c14
@ -1,2 +1,2 @@
|
||||
cd ..
|
||||
./gradlew :common:yarnStart
|
||||
./gradlew :common:yarnStart --no-daemon
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cd ..
|
||||
./gradlew :common:yarnStart
|
||||
./gradlew :common:yarnStart --no-daemon
|
Loading…
Reference in New Issue
Block a user