Skip to content

Commit

Permalink
build: skip tsc check in build command
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
  • Loading branch information
waynexia committed Aug 10, 2024
1 parent 2eba2de commit 6bf2d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest"
"test": "tsc && vitest"
},
"dependencies": {
"cheerio": "1.0.0-rc.12",
Expand Down

0 comments on commit 6bf2d21

Please sign in to comment.