We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711096e commit 85318abCopy full SHA for 85318ab
.github/workflows/ci.yml
@@ -38,10 +38,10 @@ jobs:
38
run: cargo clippy --all-targets --all-features -- -D warnings
39
40
# TS Checks
41
- - name: TS Biome Check
42
- run: pnpm biome check .
43
- - name: TS Typecheck
44
- run: pnpm typecheck
+ # - name: TS Biome Check
+ # run: pnpm biome check .
+ # - name: TS Typecheck
+ # run: pnpm typecheck
45
46
# 2. 构建与测试阶段:Build & Test (Matrix OS)
47
build-test:
.gitignore
@@ -9,4 +9,5 @@
9
10
11
# Node
12
-node_modules/
+node_modules/
13
+dist
0 commit comments