1
0
Fork 0
forked from Mirrors/gomuks

ci: remove extra variable

This commit is contained in:
Tulir Asokan 2024-10-06 22:59:52 +03:00
parent 5693d431c2
commit c10fd67bf2

View file

@ -14,14 +14,12 @@ cache:
frontend:
image: node:22-alpine
stage: frontend
variables:
NODE_ENV: "production"
cache:
paths:
- web/node_modules
script:
- cd web
- npm install --legacy-peer-deps
- npm install --legacy-peer-deps --include=dev
- npm run build
artifacts:
paths: