Browse Source

Add repl script

master
Dylan Baker 4 years ago
parent
commit
82de347955
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      package.json

+ 2
- 1
package.json View File

@@ -5,7 +5,8 @@
5 5
   "main": "index.js",
6 6
   "scripts": {
7 7
     "test": "mocha",
8
-    "format": "tslint --fix ./{src,test}/*.ts"
8
+    "format": "tslint --fix ./{src,test}/*.ts",
9
+    "repl": "ts-node src/index.ts"
9 10
   },
10 11
   "keywords": [],
11 12
   "author": "Dylan Baker <dylan@simulacrum.party>",

Loading…
Cancel
Save