Skip to content

Commit

Permalink
[web] update build and dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sroussey committed Apr 7, 2024
1 parent 31cbeae commit d65b095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "bunx --bun vite",
"build": "tsc && bunx --bun vite build",
"dev": "bunx concurrently -c 'auto' -n app,types 'bunx --bun vite' 'tsc -w --noEmit'",
"build": "bunx --bun vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "bunx --bun vite preview"
},
Expand Down

0 comments on commit d65b095

Please sign in to comment.