From 6ffc2fd7270aff0e8c5a67373196c6266f7db59b Mon Sep 17 00:00:00 2001 From: Taka Goto Date: Wed, 19 Sep 2018 12:45:57 -0500 Subject: [PATCH] update Supfile; kicking off staging build --- Supfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Supfile b/Supfile index 97df19a4..cc8cafa6 100644 --- a/Supfile +++ b/Supfile @@ -33,7 +33,7 @@ commands: cd $VDB_PATH && /root/go_projects/bin/migrate -database postgresql://$VDB_PG_USER:$VDB_PG_PW@127.0.0.1:5432/vulcanize_public?sslmode=disable -path ./db/migrations up buildPostgraphile: - desc: build postgraphile express app + desc: build postgraphile app run: > cd $VDB_PATH/postgraphile && yarn install &&