Skip to content
Snippets Groups Projects

chore: add lint script

Merged Frank Bessou requested to merge topic/default/eslint into branch/default
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
+ 10
0
@@ -9,3 +9,13 @@
- yarn
script:
- yarn lint
build:
stage: checks
before_script:
- yarn
script:
- cd packages/ra-cubicweb
- yarn build
- cd ../demo
- yarn build
Loading