Skip to content

Commit

Permalink
chore: make watch script useful
Browse files Browse the repository at this point in the history
  • Loading branch information
aparajita committed Oct 12, 2020
1 parent 4051568 commit aab31e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit aab31e7

Please sign in to comment.