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 3a0e47c commit 851dbc2Copy full SHA for 851dbc2
package.json
@@ -25,11 +25,11 @@
25
"scripts": {
26
"test": "vitest",
27
"test:run": "vitest run",
28
- "build": "tsc",
29
"dev": "tsx src/index.ts",
30
"lint": "eslint .",
31
"lint:fix": "eslint . --fix",
32
- "bundle": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript"
+ "typecheck": "tsc --noEmit",
+ "build": "npm run typecheck && rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript"
33
},
34
"dependencies": {
35
"@actions/core": "^1.11.1",
0 commit comments