Skip to content

Commit

Permalink
Merge pull request #141 from MarcusT96/githubactions/test
Browse files Browse the repository at this point in the history
Now installs instead of clean installs
  • Loading branch information
PontusPilatus authored May 15, 2024
2 parents a181939 + 2a3b71f commit 4ab83d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ab83d1

Please sign in to comment.