Skip to content

Commit fc3a30d

Browse files
authored
Merge pull request #8114 from processing/fix/typescript
Refactor typescript type generation
2 parents cd44ed4 + b44cafe commit fc3a30d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+5840
-5382
lines changed

.github/workflows/ci-test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ jobs:
2727
run: npm test
2828
env:
2929
CI: true
30+
- name: generate TypeScript types
31+
run: npm run generate-types
32+
env:
33+
CI: true
34+
- name: test TypeScript types
35+
run: npm run test:types
36+
env:
37+
CI: true
3038
- name: report test coverage
3139
run: bash <(curl -s https://codecov.io/bash) -f coverage/coverage-final.json
3240
env:

0 commit comments

Comments
 (0)