1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-17 05:22:18 +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
run: |
npm install
tsc --listEmittedFiles
npm run -s build
npm test
env:
CI: true