1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-02-22 22:38:25 +00:00

Fix browser test syntax

This commit is contained in:
snobu
2019-10-02 12:06:53 +03:00
parent 69639b5ab6
commit b48670e429

View File

@@ -25,7 +25,7 @@ jobs:
- name: npm install, build, and test - name: npm install, build, and test
run: | run: |
npm install npm install
tsc --listEmittedFiles npm run -s build
npm test npm test
env: env:
CI: true CI: true