forked from Mirrors/gomuks
ci: fix install command
This commit is contained in:
parent
5284220e6c
commit
5693d431c2
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue