Skip to content

Commit a98ecfb

Browse files
committed
fix: fix invalid path to husky in lint-staged
1 parent 4a710f4 commit a98ecfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/categories/js/lint-staged.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { jsCategoryState } from 'src/states/categories';
22
import { addToPackageJson, installDevelopmentDependencies } from 'src/utils/npm';
3-
import { addHook } from './husky';
3+
import { addHook } from './husky/husky.utils';
44

55
interface Config {
66
config: Record<string, unknown>;

0 commit comments

Comments
 (0)