We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e4798 commit 85200dfCopy full SHA for 85200df
.github/workflows/test.yaml
@@ -126,4 +126,5 @@ jobs:
126
run: |
127
yarn tsc --version
128
yarn check-types
129
+ yarn test:typecheck
130
yarn test:types
package.json
@@ -52,6 +52,7 @@
52
"test:types": "tsc -p test/typescript && echo \"Typetests passed\"",
53
"test:watch": "vitest",
54
"test:cov": "vitest --coverage",
55
+ "test:typecheck": "tsc -p test && echo \"Types passed\"",
56
"build": "rollup -c",
57
"prepublishOnly": "yarn clean && yarn check-types && yarn format:check && yarn lint && yarn test && yarn build",
58
"examples:lint": "eslint --ext js,ts examples",
0 commit comments