From 2a3b71fd4e232dd002d4f997475858661113d2d8 Mon Sep 17 00:00:00 2001 From: HellgrenR Date: Wed, 15 May 2024 13:35:26 +0200 Subject: [PATCH] Now installs instead of clean installs --- .github/workflows/testDeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testDeploy.yml b/.github/workflows/testDeploy.yml index 00efbc7..051f81e 100644 --- a/.github/workflows/testDeploy.yml +++ b/.github/workflows/testDeploy.yml @@ -81,7 +81,7 @@ jobs: git pull rm -r cypress cd /var/www/MysteryIncAuctions/Client - npm ci + npm i rm -r dist npm run build cd /var/www/MysteryIncAuctions/Server