GitLab CI: install-dependencies --> deps, simplify

This commit is contained in:
Alex Gleason 2022-05-25 11:00:28 -04:00
parent 1b970d662e
commit b798f486d0
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -11,18 +11,14 @@ cache:
- node_modules/ - node_modules/
stages: stages:
- install - deps
- test - test
- build - build
- deploy - deploy
install-dependencies: deps:
stage: install stage: deps
script: script: yarn install --ignore-scripts
- yarn install --ignore-scripts
artifacts:
paths:
- node_modules/
lint-js: lint-js:
stage: test stage: test