We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dafe8ca commit 39e748cCopy full SHA for 39e748c
package.json
@@ -61,7 +61,7 @@
61
"husky": {
62
"hooks": {
63
"pre-commit": "lint-staged",
64
- "pre-push": "circular-modules"
+ "pre-push": "yarn circular-modules"
65
}
66
},
67
"lint-staged": {
packages/@ackee/antonio-core/src/modules/core/general-config/index.ts
@@ -1,6 +1,6 @@
1
import loglevel from 'loglevel';
2
import type { GeneralConfig } from '../../../types';
3
-import { resolverTypes } from '../../../modules/core';
+import { resolverTypes } from '../constants';
4
import type { TAntonio } from '../models/Antonio';
5
6
export const defaultGeneralConfig: GeneralConfig = {
0 commit comments