Skip to content

Commit

Permalink
chore: add type checked script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 24, 2022
1 parent 60ba57c commit c05707f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
node-version: 16

- run: npm install
- run: npm run checked
- run: npm run coverage
- run: npm run example
- run: npm run example:templates
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"example": "node test/example/index.js",
"example:templates": "node test/templates/index.js",
"pretest": "npm run example && npm run example:templates",
"checked":"tsc --noEmit",
"test": "tsbb test",
"coverage": "tsbb test --coverage"
},
Expand Down

0 comments on commit c05707f

Please sign in to comment.