Skip to content

Commit

Permalink
Run type-checking on types in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Feb 15, 2023
1 parent 44e4798 commit 85200df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,5 @@ jobs:
run: |
yarn tsc --version
yarn check-types
yarn test:typecheck
yarn test:types
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"test:types": "tsc -p test/typescript && echo \"Typetests passed\"",
"test:watch": "vitest",
"test:cov": "vitest --coverage",
"test:typecheck": "tsc -p test && echo \"Types passed\"",
"build": "rollup -c",
"prepublishOnly": "yarn clean && yarn check-types && yarn format:check && yarn lint && yarn test && yarn build",
"examples:lint": "eslint --ext js,ts examples",
Expand Down

0 comments on commit 85200df

Please sign in to comment.