Skip to content

Commit

Permalink
fix(scripts): correct dev script watch mode not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny-117 committed Dec 14, 2024
1 parent cd03e1e commit f72f301
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 @@ -22,7 +22,7 @@
"tsup-node": "dist/cli-node.js"
},
"scripts": {
"dev": "pnpm run build-fast -- --watch",
"dev": "pnpm run build --watch --no-dts",
"build": "tsup src/cli-*.ts src/index.ts src/rollup.ts --clean --splitting",
"prepublishOnly": "pnpm run build",
"test": "pnpm run build && pnpm run test-only",
Expand Down

0 comments on commit f72f301

Please sign in to comment.