Merge branch 'master' into fix/prologue

This commit is contained in:
Marin Petrunić 2020-01-30 10:44:15 +01:00 committed by GitHub
commit 1244432ca9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,5 +8,5 @@ install:
script: script:
set -e; set -e;
yarn run lint; yarn run lint;
yarn run check-types; yarn run test
yarn run build; yarn run build;