Skip to content

Commit

Permalink
ci: remove extra variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Oct 6, 2024
1 parent 5693d43 commit c10fd67
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c10fd67

Please sign in to comment.