diff options
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 347e9b9..8cd918d 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "scripts": { "test": "ts-node index.ts --debug", "build": "tsc", - "init": "node dist/index.js --init", - "start": "node dist/index.js" + "init": "node index.js --init", + "start": "node index.js" }, "repository": { "type": "git", |
