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:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user