Skip to content

Commit 851dbc2

Browse files
committed
chore: include typechecks
1 parent 3a0e47c commit 851dbc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"scripts": {
2626
"test": "vitest",
2727
"test:run": "vitest run",
28-
"build": "tsc",
2928
"dev": "tsx src/index.ts",
3029
"lint": "eslint .",
3130
"lint:fix": "eslint . --fix",
32-
"bundle": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript"
31+
"typecheck": "tsc --noEmit",
32+
"build": "npm run typecheck && rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript"
3333
},
3434
"dependencies": {
3535
"@actions/core": "^1.11.1",

0 commit comments

Comments
 (0)