ci: fix install command

This commit is contained in:
Tulir Asokan 2024-10-06 22:57:37 +03:00
parent 5284220e6c
commit 5693d431c2

View file

@ -21,7 +21,7 @@ frontend:
- web/node_modules - web/node_modules
script: script:
- cd web - cd web
- npm install - npm install --legacy-peer-deps
- npm run build - npm run build
artifacts: artifacts:
paths: paths: