Skip to content

Commit

Permalink
Disable node type stripping
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Jan 12, 2025
1 parent 12d83ac commit 811022c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- name: Build
run: npm run build
- name: Test
run: npm run test:full
run: |
export NODE_OPTIONS="--no-experimental-strip-types"
npm run test:full
- name: Lint
run: npm run lint
- name: Circular dependency check
Expand Down

0 comments on commit 811022c

Please sign in to comment.