diff --git a/package.json b/package.json index f3884f6..d39f945 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ ], "version": "0.17.4", "scripts": { - "start": "nodemon --watch 'src/**/*.ts' --exec ts-node src/cli", + "start": "tsc -p . && node ./bin/packman", "create": "npm run build && npm run test", "build": "tsc -p .", "build:watch": "watch 'npm run build' .",