Skip to content

Commit 7b31bc0

Browse files
committed
chore(codemods): fix pnpm lint errors
1 parent b2ad91f commit 7b31bc0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/codemods/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
},
1515
"scripts": {
1616
"build:cli": "bun build bin/index.ts --compile --target node --outfile codemods --sourcemap",
17+
"build:pkg": "tsc",
1718
"lint": "eslint . --quiet --cache --cache-strategy=content"
1819
},
1920
"exports": {

packages/codemods/src/legacy-compat-builders/options.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import type { SharedCodemodOptions } from '../utils/options.js';
1+
import type { SharedCodemodOptions } from '../../bin/index.js';
2+
23
import type { LegacyStoreMethod } from './config.js';
34

45
export interface Options extends SharedCodemodOptions {

0 commit comments

Comments
 (0)