We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d19d210 + 7073f8c commit 2ce7432Copy full SHA for 2ce7432
.github/workflows/ci.yml
@@ -43,8 +43,6 @@ jobs:
43
cache: yarn
44
- name: install dependencies
45
run: yarn install --frozen-lockfile --non-interactive
46
- - name: build stable type definitions
47
- run: yarn build:types
48
- name: Check published types
49
run: yarn type-check:types
50
package.json
@@ -51,7 +51,7 @@
51
"test:node": "qunit tests/node/**/*-test.js",
52
"test:browserstack": "node bin/run-browserstack-tests.js",
53
"type-check:internals": "tsc --noEmit",
54
- "type-check:types": "tsc --noEmit --project type-tests",
+ "type-check:types": "yarn build:types && tsc --noEmit --project type-tests",
55
"type-check": "npm-run-all type-check:*"
56
},
57
"dependencies": {
0 commit comments