From 148f9a1523481e9e552a0fcaaea8760d44707c14 Mon Sep 17 00:00:00 2001 From: yarden Date: Sun, 13 Oct 2019 17:20:35 +0300 Subject: [PATCH] updated the start command to compile and run packman command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' .",