chore: reworking some more steps to see if this is how you build

This commit is contained in:
blam
2021-01-26 20:19:30 +01:00
parent 5ad2d8b3be
commit 99e53017d0
+4 -4
View File
@@ -4,13 +4,13 @@ services:
expose: 7000
default: true
commands:
build:
init:
- yarn install
build:
- yarn tsc
- yarn build
update:
- yarn install
- yarn tsc
- yarn build
- env
start:
- yarn start-backend &
- node packages/backend --config app-config.yaml --config .tugboat/tugboat.app-config.production.yaml &