Skip to content

Commit

Permalink
🔨 update scripts to use bun
Browse files Browse the repository at this point in the history
  • Loading branch information
csc530 committed Aug 10, 2024
1 parent 1e2da2d commit 9683f13
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
"type": "module",
"scripts": {
"dev": "bunx --bun vite --host --logLevel info --clearScreen --debug",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"build": "bunx --bun vite build",
"preview": "bunx --bun vite preview",
"type-check": "bunx --bun vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
Expand Down

1 comment on commit 9683f13

@vercel
Copy link

@vercel vercel bot commented on 9683f13 Aug 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.