diff --git a/package.json b/package.json index 845d6d0..38b5c31 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "lib/index.js", "scripts": { "build": "babel lib -d dist", - "start": "npm run build && nodemon dist/index.js", + "start": "nodemon --watch lib --exec npm run serve", "serve": "npm run build && node dist/index.js", "test": "npm run build && mocha --require @babel/register" },