Skip to content

Commit 730c927

Browse files
committed
fix: fix husky.entrypoint crash
1 parent 053ef73 commit 730c927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/categories/js/husky/husky.entrypoint.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { addScripts, installDevelopmentDependencies, runScript } from 'src/utils/npm';
2-
import { PACKAGE_NAME } from './husky.utils';
2+
import { PACKAGE_NAME } from './husky.config';
33

44
export const husky = async () => {
55
await installDevelopmentDependencies(PACKAGE_NAME);

0 commit comments

Comments
 (0)