We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build:types
1 parent b206744 commit ef53ad0Copy full SHA for ef53ad0
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Typecheck everything (tsc)
41
run: |
42
- npm run build
+ npm run build:types
43
44
- name: Lint everything (eslint)
45
package.json
@@ -12,7 +12,7 @@
12
"build:preview": "vite preview",
13
"build:readme": "node tools/update-readme.js",
14
"start": "vite",
15
- "build": "tsc",
+ "build:types": "tsc",
16
"lint": "npm-run-all --parallel lint:js",
17
"lint:fix": "npm-run-all --parallel lint:fix:*",
18
"lint:js": "eslint --max-warnings 0 .",
0 commit comments