Check that the /build/ folder compiles

This commit is contained in:
Alex Dima 2021-05-26 14:43:02 +02:00
parent 0e3459b0b9
commit c704e43d5d
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0

View file

@ -244,6 +244,9 @@ jobs:
- name: Run Valid Layers Checks
run: yarn valid-layers-check
- name: Compile /build/
run: yarn --cwd build compile
- name: Run Monaco Editor Checks
run: yarn monaco-compile-check