From a26f044822fc173a0c1f58c328a592732fa37f7e Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Sun, 5 Feb 2023 12:46:37 -0600 Subject: [PATCH] Correct build command --- bin/codeship_assets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/codeship_assets b/bin/codeship_assets index 35ad096..040012c 100755 --- a/bin/codeship_assets +++ b/bin/codeship_assets @@ -3,5 +3,5 @@ echo "Building assets" cd assets yarn install -yarn run build +yarn run deploy cd ..