Skip to content

Commit 4e0a8b3

Browse files
chore: fix path in config/auth.ts
1 parent ecb6b65 commit 4e0a8b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .github/scripts/compare-types/configs

.github/scripts/compare-types/configs/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* difference or stale entry will fail `yarn compare:types`.
77
*/
88

9-
import type { PackageConfig } from '../../src/types';
9+
import type { PackageConfig } from '../src/types';
1010

1111
const config: PackageConfig = {
1212
nameMapping: {},

0 commit comments

Comments
 (0)