chore: need to run yarn install on build as the base image node modules are outdated

This commit is contained in:
blam
2021-01-29 11:17:33 +01:00
parent 2bc408228b
commit 5207834e78
+1 -2
View File
@@ -10,6 +10,5 @@ services:
- echo "yarn --cwd ${TUGBOAT_ROOT} start-backend --config ${TUGBOAT_ROOT}/app-config.yaml --config ${TUGBOAT_ROOT}/.tugboat/tugboat.app-config.production.yaml" >> /etc/service/node/run
- chmod +x /etc/service/node/run
build:
- yarn workspace example-app build
update:
- yarn install
- yarn workspace example-app build