Skip to content

Commit

Permalink
test: fix dts refs
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jan 31, 2024
1 parent b2bc6a0 commit 0b349dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/abstract/src/test/dts/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from '../../../target/esm/index';
export * from '@qiwi/substrate-abstract';
2 changes: 1 addition & 1 deletion packages/facade/src/test/dts/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from '../../../target/esm/index';
export * from '@qiwi/substrate';
2 changes: 1 addition & 1 deletion packages/types/src/test/dts/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from '../../../target/esm/index';
export * from '@qiwi/substrate-types';

0 comments on commit 0b349dd

Please sign in to comment.