Skip to content
Snippets Groups Projects
Commit f4be59529318 authored by Frank Bessou's avatar Frank Bessou :spider_web:
Browse files

ci: add build job to check stage

parent e0683fbb78c2
No related branches found
No related tags found
1 merge request!7chore: add lint script
Pipeline #37124 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment