Combine build and lint into single stage

This commit is contained in:
2023-10-27 09:16:56 -04:00
parent 360cd91f2b
commit 8c2870e5b0

View File

@ -1,10 +1,9 @@
stages: stages:
- lint
- build - build
# Lint the project # Lint the project
lint: lint:
stage: lint stage: build
image: node:18 image: node:18
script: script:
- npm ci - npm ci