Simplify YARN commands

This commit is contained in:
Justin
2022-04-04 11:50:14 -04:00
parent 41ae50c495
commit d3f49bfe7f
4 changed files with 19 additions and 18 deletions

View File

@@ -22,7 +22,7 @@ before_script:
lint-js:
stage: lint
script: yarn test:lint:js
script: yarn lint:js
only:
changes:
- "**/*.js"
@@ -34,7 +34,7 @@ lint-js:
lint-sass:
stage: lint
script: yarn test:lint:sass
script: yarn lint:sass
only:
changes:
- "**/*.scss"
@@ -43,7 +43,7 @@ lint-sass:
jest:
stage: test
script: yarn test:jest
script: yarn test:coverage
only:
changes:
- "**/*.js"