Skip to content
Snippets Groups Projects

Cleanups

Merged lain requested to merge cleanups into develop
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
@@ -28,10 +28,17 @@ before_script:
# - node_modules/
stages:
- lint
- build
- test
- deploy
lint:
stage: lint
script:
- yarn
- npm run lint
test:
stage: test
script:
Loading