Skip to content

Commit b5b1670

Browse files
test: fix missing declarations error
1 parent 9ec5b21 commit b5b1670

File tree

2 files changed

+2
-251
lines changed

2 files changed

+2
-251
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888
run: |
8989
npm run prebuild
9090
npm run build:es
91+
- name: Build typescript declarations
92+
run: npm run typescript:declaration
9193
- name: Execute tests in monorepo
9294
run: npm run test
9395

package-lock.json

Lines changed: 0 additions & 251 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)