Skip to content

Commit 39e748c

Browse files
committed
🐛 Fix cir. import
1 parent dafe8ca commit 39e748c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"husky": {
6262
"hooks": {
6363
"pre-commit": "lint-staged",
64-
"pre-push": "circular-modules"
64+
"pre-push": "yarn circular-modules"
6565
}
6666
},
6767
"lint-staged": {

packages/@ackee/antonio-core/src/modules/core/general-config/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import loglevel from 'loglevel';
22
import type { GeneralConfig } from '../../../types';
3-
import { resolverTypes } from '../../../modules/core';
3+
import { resolverTypes } from '../constants';
44
import type { TAntonio } from '../models/Antonio';
55

66
export const defaultGeneralConfig: GeneralConfig = {

0 commit comments

Comments
 (0)