Merge pull request #21 from NodeFactoryIo/fix/ci

Run tests in CI
This commit is contained in:
Marin Petrunić 2020-01-30 09:26:10 +01:00 committed by GitHub
commit 6d61b8d5b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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