Skip to content

Commit

Permalink
Run npm ci in deploy script
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Rodriguez <[email protected]>
  • Loading branch information
lucasrod16 committed Sep 28, 2024
1 parent 33a95bd commit 47b1a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

cd ui && npm run build
cd ui && npm ci --legacy-peer-deps && npm run build
cd - || exit 1

GOOS=linux GOARCH=amd64 go build -o ./bin/api
Expand Down

0 comments on commit 47b1a86

Please sign in to comment.