Skip to content

Commit

Permalink
fix(create-waku): remove tsbuildinfo files from template (#1236)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Feb 17, 2025
1 parent 85c86e9 commit 17cc234
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 @@ -22,7 +22,7 @@
"start": "node ./dist/index.js",
"dev": "pnpm build --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)",
"template": "cp -r ../../examples template && rm -rf template/*/dist && rm -rf template/*/node_modules && rm -rf template/*.tsbuildinfo && (for d in template/*; do mv $d/.gitignore $d/gitignore || true; done)",
"build": "tsup"
},
"devDependencies": {
Expand Down

0 comments on commit 17cc234

Please sign in to comment.