Skip to content

Commit

Permalink
feat: include TS types
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Jul 6, 2022
1 parent e9f50c7 commit 2b17886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
"github-actions-wac": "./bin.js"
},
"scripts": {
"build": "rm -rf dist && swc src -d dist --source-maps --extensions '.ts'",
"build": "rm -rf dist && swc src -d dist --source-maps --extensions '.ts' && tsc ./src/**/*.ts --outDir dist --declaration",
"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 2b17886

Please sign in to comment.