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.
1 parent c725440 commit 27e507cCopy full SHA for 27e507c
.github/workflows/test.yml
@@ -32,3 +32,4 @@ jobs:
32
- name: Check TypeScript
33
run: |
34
npm run typecheck
35
+ npm run typecheck --prefix upload-action
package.json
@@ -73,9 +73,7 @@
73
"test:watch": "vitest",
74
"lint": "tsc && biome check --no-errors-on-unmatched --files-ignore-unknown=true .",
75
"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",
+ "typecheck": "tsc --noEmit",
79
"prepublishOnly": "npm run build"
80
},
81
"repository": {
0 commit comments