Fix dev server leaving zombie node process behind

This commit is contained in:
Aurora Lahtela 2023-02-05 15:02:49 +02:00
parent a9348fe2c4
commit f8e0975c14
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
cd .. cd ..
./gradlew :common:yarnStart ./gradlew :common:yarnStart --no-daemon

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env bash
cd .. cd ..
./gradlew :common:yarnStart ./gradlew :common:yarnStart --no-daemon