We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--noEmit
--emitDeclarationOnly
1 parent eb17138 commit e3f33adCopy full SHA for e3f33ad
package.json
@@ -36,7 +36,7 @@
36
"github-actions-wac": "./bin.js"
37
},
38
"scripts": {
39
- "build": "rm -rf dist && swc src -d dist --source-maps --extensions '.ts' && tsc ./src/**/*.ts --outDir dist --declaration --noEmit",
+ "build": "rm -rf dist && swc src -d dist --source-maps --extensions '.ts' && tsc ./src/**/*.ts --outDir dist --declaration --emitDeclarationOnly",
40
"watch": "swc src -d dist --source-maps --extensions '.ts' --watch",
41
"prepare-dist-for-release": "cp README.md dist/README.md && cp package.json dist/package.json",
42
"generate-gh-actions-workflow-types": "ts-node scripts/generateGithubActionsWorkflowTypes.ts",
0 commit comments