diff --git a/package.json b/package.json index af08d24..86a5d05 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "swiftlint": "node-swiftlint", "build": "npm run clean && tsc && rollup -c rollup.config.js", "clean": "rimraf ./dist", - "watch": "tsc --watch", + "watch": "nodemon -w ./src -w tsconfig.json -w rollup.config.js --exec 'pnpm build' -e ts", "prepublishOnly": "npm run build" }, "author": "Aparajita Fishman",