Skip to content

Commit

Permalink
fix: add --noEmit for TS compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Jul 6, 2022
1 parent 2b17886 commit eb17138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"github-actions-wac": "./bin.js"
},
"scripts": {
"build": "rm -rf dist && swc src -d dist --source-maps --extensions '.ts' && tsc ./src/**/*.ts --outDir dist --declaration",
"build": "rm -rf dist && swc src -d dist --source-maps --extensions '.ts' && tsc ./src/**/*.ts --outDir dist --declaration --noEmit",
"watch": "swc src -d dist --source-maps --extensions '.ts' --watch",
"prepare-dist-for-release": "cp README.md dist/README.md && cp package.json dist/package.json",
"generate-gh-actions-workflow-types": "ts-node scripts/generateGithubActionsWorkflowTypes.ts",
Expand Down

0 comments on commit eb17138

Please sign in to comment.