Skip to content

Commit

Permalink
chore: fix watch in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Sep 18, 2024
1 parent f3eef8b commit 98509d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dapp-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"types"
],
"scripts": {
"dev": "npm run build -- --watch",
"dev": "tsup --watch",
"build": "tsup && npm run build:single",
"build:single": "vite build --config vite-single-file.config.ts && cp dist/radix-dapp-toolkit.bundle.umd.cjs ../../examples/cdn",
"test": "vitest",
Expand Down

0 comments on commit 98509d6

Please sign in to comment.