Update nodejs.yml

This commit is contained in:
Alexander Shelepenok 2020-03-15 10:43:49 +03:00 committed by GitHub
parent d199c020b7
commit 849e4fc06e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,5 @@ jobs:
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile
- run: yarn run lint - run: yarn run lint
- run: yarn run test --runInBand --no-cache - run: yarn run test --runInBand --no-cache
- run: yarn run build
env: env:
CI: true CI: true