Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mpppk committed Jan 2, 2025
1 parent e737f45 commit 2b996d1
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 117 deletions.
6 changes: 3 additions & 3 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "node_modules/.bin/vite",
"build": "tsc && node_modules/.bin/vite build",
"preview": "node_modules/.bin/vite preview"
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"rollup-plugin-visualizer": "^5.12.0",
Expand Down
Loading

0 comments on commit 2b996d1

Please sign in to comment.