diff --git a/package.json b/package.json index 5580a296d3..920d90afb5 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,8 @@ }, "moduleNameMapper": { "\\.(css|scss)$": "/__mocks__/styleMock.ts" - } + }, + "modulePathIgnorePatterns": ["/dist"] }, "build": { "afterSign": "build/notarize.js",