Skip to content

Commit ef53ad0

Browse files
committed
use build:types
1 parent b206744 commit ef53ad0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Typecheck everything (tsc)
4141
run: |
42-
npm run build
42+
npm run build:types
4343
4444
- name: Lint everything (eslint)
4545
run: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build:preview": "vite preview",
1313
"build:readme": "node tools/update-readme.js",
1414
"start": "vite",
15-
"build": "tsc",
15+
"build:types": "tsc",
1616
"lint": "npm-run-all --parallel lint:js",
1717
"lint:fix": "npm-run-all --parallel lint:fix:*",
1818
"lint:js": "eslint --max-warnings 0 .",

0 commit comments

Comments
 (0)