1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-17 05:22:18 +00:00

Fix build command

This commit is contained in:
Adrian Calinescu
2020-03-22 14:24:04 +02:00
committed by GitHub
parent 2cbd742bce
commit f9d6a6ae20

View File

@@ -11,7 +11,7 @@
"build": "echo Transpiling TypeScript to JavaScript... & node node_modules/typescript/bin/tsc --listEmittedFiles",
"run": "node ./destreamer.js",
"start": "npm run -s build & npm run -s run",
"test": "node ./destreamer.js test"
"test": "node ./destreamer.js test --videoUrls null --username null"
},
"keywords": [],
"author": "snobu",