Skip to content

Commit

Permalink
fix dev command
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Apr 17, 2024
1 parent f92d5b1 commit 2b06b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/account-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"build:js": "tsup & vite build",
"clean": "pnpm run clean:js",
"clean:js": "rimraf dist",
"dev": "tsup --watch && vite build --watch",
"dev": "tsup --watch & vite build --watch",
"local-bundler": "pnpx tsx cli/local-bundler.ts",
"test": "tsc --noEmit && vitest",
"test:ci": "tsc --noEmit && vitest --run"
Expand Down

0 comments on commit 2b06b95

Please sign in to comment.