Project

General

Profile

« Previous | Next » 

Revision 213af2df

Added by sawacka 2 months ago

fix npm build command

View differences:

.gitlab-ci.yml
stage: build
image: node:18
script:
- npm install
- npm install --legacy-peer-deps
- npm run build
artifacts:
paths:

Also available in: Unified diff