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