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

environments/review-simplify-c-5e1v77/deployments/69
Alex Gleason 2022-05-25 11:00:28 -04:00
rodzic 1b970d662e
commit b798f486d0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 4 dodań i 8 usunięć

Wyświetl plik

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