Skip to content

Commit

Permalink
Merge pull request #4 from hexschool/develop
Browse files Browse the repository at this point in the history
fix: 移除 typescript 檢查
  • Loading branch information
yinmin8610 authored Nov 21, 2024
2 parents ea8ca0d + 577941d commit 0bfa9e1
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 @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"build": "run-p \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
Expand Down

0 comments on commit 0bfa9e1

Please sign in to comment.