Skip to content

Commit 8ac9744

Browse files
author
hirsch88
committed
Fix console calls
1 parent 7797da2 commit 8ac9744

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"scripts": {
77
"start": "node dist/app.js",
88
"test": "nps test",
9+
"ts-node": "./node_modules/.bin/ts-node",
10+
"ts-node:fast": "./node_modules/.bin/ts-node -F",
911
"console": "npm run ts-node:fast -- ./src/console/lib/console.ts",
1012
"console:dev": "npm run ts-node -- ./src/console/lib/console.ts",
1113
"console:help": "npm run ts-node:fast -- ./src/console/lib/console.ts --help"

0 commit comments

Comments
 (0)