1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-03-13 23:48:25 +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", "build": "echo Transpiling TypeScript to JavaScript... & node node_modules/typescript/bin/tsc --listEmittedFiles",
"run": "node ./destreamer.js", "run": "node ./destreamer.js",
"start": "npm run -s build & npm run -s run", "start": "npm run -s build & npm run -s run",
"test": "node ./destreamer.js test" "test": "node ./destreamer.js test --videoUrls null --username null"
}, },
"keywords": [], "keywords": [],
"author": "snobu", "author": "snobu",