Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
crashmax-dev committed May 17, 2024
1 parent 2c8a1c5 commit b49efca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"scripts": {
"dev": "vite build --watch --mode development",
"build": "pnpm type-check && vite build",
"build": "npm run type-check && vite build",
"type-check": "tsc --noEmit",
"format": "prettier --write \"**/*.{js,ts,tsx,json}\""
},
Expand Down

0 comments on commit b49efca

Please sign in to comment.