diff --git a/package.json b/package.json index 9499d14..1d0617f 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,9 @@ }, "scripts": { "build": "tsc", + "prepare": "tsc", "test": "jest", - "start": "ts-node src/index.ts" + "watch": "tsc --watch" }, "jest": { "preset": "ts-jest",