chore: updating tugboat config to build and tsc

This commit is contained in:
blam
2020-12-01 13:11:40 +01:00
parent dbea1562dc
commit b303ee9fb1
+2 -1
View File
@@ -3,7 +3,8 @@ services:
image: tugboatqa/node:lts
commands:
init:
- yarn
- yarn install
- yarn tsc
- yarn build
start:
- yarn start-backend