Skip to content

Commit fdaab0b

Browse files
committed
.移除自动执行tsc
让bfde81c0b81fe66049f65c6b33c0c2b1f703586a对 83773cff8c9c33a12c515e4a116e04dd679e94ac的修复编译 检查可以通过。
1 parent 9b9c7da commit fdaab0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"scripts": {
55
"dev": "vite --force",
6-
"build": "vite build && tsc",
6+
"build": "vite build",
77
"preview": "vite preview",
88
"build:wasm:dev": "wasm-pack build ./wasm-and-native --dev",
99
"build:wasm:release": "wasm-pack build ./wasm-and-native --release"

0 commit comments

Comments
 (0)