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

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;