Skip to content

Commit

Permalink
ci: fix install command
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Oct 6, 2024
1 parent 5284220 commit 5693d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ frontend:
- web/node_modules
script:
- cd web
- npm install
- npm install --legacy-peer-deps
- npm run build
artifacts:
paths:
Expand Down

0 comments on commit 5693d43

Please sign in to comment.