Skip to content

Commit 27e507c

Browse files
authored
fix: only typecheck upload-action in CI for now (#196)
1 parent c725440 commit 27e507c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ jobs:
3232
- name: Check TypeScript
3333
run: |
3434
npm run typecheck
35+
npm run typecheck --prefix upload-action

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@
7373
"test:watch": "vitest",
7474
"lint": "tsc && biome check --no-errors-on-unmatched --files-ignore-unknown=true .",
7575
"lint:fix": "biome check --no-errors-on-unmatched --files-ignore-unknown=true --fix .",
76-
"typecheck": "npm run typecheck:root && npm run typecheck:upload-action",
77-
"typecheck:root": "tsc --noEmit",
78-
"typecheck:upload-action": "npm run typecheck --prefix upload-action",
76+
"typecheck": "tsc --noEmit",
7977
"prepublishOnly": "npm run build"
8078
},
8179
"repository": {

0 commit comments

Comments
 (0)