Skip to content

Commit c08b6e0

Browse files
ClaudeGarbee
andcommitted
Add tsc script to package.json for CI workflow
Co-authored-by: Garbee <868301+Garbee@users.noreply.github.com>
1 parent 1b2245d commit c08b6e0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"scripts": {
44
"build": "pnpm run fix && tsc && tsx scripts/build.ts",
55
"fix": "prettier --write .",
6-
"test": "vitest run"
6+
"test": "vitest run",
7+
"tsc": "tsc"
78
},
89
"dependencies": {
910
"@actions/artifact": "^6.0.0",

0 commit comments

Comments
 (0)