chore: make the start-backend command backgrounded

This commit is contained in:
blam
2020-12-03 00:15:30 +01:00
parent e0f2277480
commit 8caf5cb0ea
+1 -1
View File
@@ -9,4 +9,4 @@ services:
- yarn tsc
- yarn build
start:
- yarn start-backend
- yarn start-backend &