Skip to content

Commit

Permalink
Merge pull request #20299 from wagenet/build-types-when-checking
Browse files Browse the repository at this point in the history
Build types when checking
  • Loading branch information
wagenet authored Dec 6, 2022
2 parents d19d210 + 7073f8c commit 2ce7432
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
cache: yarn
- name: install dependencies
run: yarn install --frozen-lockfile --non-interactive
- name: build stable type definitions
run: yarn build:types
- name: Check published types
run: yarn type-check:types

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"test:node": "qunit tests/node/**/*-test.js",
"test:browserstack": "node bin/run-browserstack-tests.js",
"type-check:internals": "tsc --noEmit",
"type-check:types": "tsc --noEmit --project type-tests",
"type-check:types": "yarn build:types && tsc --noEmit --project type-tests",
"type-check": "npm-run-all type-check:*"
},
"dependencies": {
Expand Down

0 comments on commit 2ce7432

Please sign in to comment.