Skip to content

Commit

Permalink
fix: move dev script too
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler committed Oct 18, 2024
1 parent 4b377fa commit e756269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-waku/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"scripts": {
"start": "node ./dist/index.js",
"dev": "ncc build ./src/index.ts -w -o ./dist/",
"dev": "tsup ./src/index.ts --minify --format esm --watch",
"compile": "rm -rf template dist *.tsbuildinfo && pnpm run template && pnpm run build",
"template": "cp -r ../../examples template && rm -rf template/*/dist && rm -rf template/*/node_modules && (for d in template/*; do mv $d/.gitignore $d/gitignore || true; done)",
"build": "tsup ./src/index.ts --minify --format esm"
Expand Down

0 comments on commit e756269

Please sign in to comment.