forked from MapComplete/MastodonBot
use older syntax
This commit is contained in:
parent
6b3e84aa76
commit
69d1018673
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
"build": "tsc",
|
||||
"lint": "tslint --project ./tsconfig.json -t stylish",
|
||||
"start": "ts-node src/index.ts",
|
||||
"daily": "ts-node src/index.ts |& tee -a log_`date --iso-8601`.txt",
|
||||
"daily": "ts-node src/index.ts 2>&1 | tee -a log_`date --iso-8601`.txt",
|
||||
"test": "doctest-ts-improved src/ && mocha --require ts-node/register \"./**/*.doctest.ts\" && (find . -type f -name \"*.doctest.ts\" | xargs rm)"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue