mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
ci: remove extra variable
This commit is contained in:
parent
5693d431c2
commit
c10fd67bf2
1 changed files with 1 additions and 3 deletions
|
@ -14,14 +14,12 @@ cache:
|
||||||
frontend:
|
frontend:
|
||||||
image: node:22-alpine
|
image: node:22-alpine
|
||||||
stage: frontend
|
stage: frontend
|
||||||
variables:
|
|
||||||
NODE_ENV: "production"
|
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- web/node_modules
|
- web/node_modules
|
||||||
script:
|
script:
|
||||||
- cd web
|
- cd web
|
||||||
- npm install --legacy-peer-deps
|
- npm install --legacy-peer-deps --include=dev
|
||||||
- npm run build
|
- npm run build
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Add table
Reference in a new issue