fix(repo): temporary disable tests
This commit is contained in:
parent
7b4ee52833
commit
53a0528d7a
File diff suppressed because it is too large
Load Diff
@ -63,6 +63,7 @@ module.exports = function (path, options) {
|
||||
// Try to use the defaultResolver
|
||||
try {
|
||||
if (path.startsWith('@nrwl/')) throw new Error('custom resolution');
|
||||
if (path.startsWith('nx/')) throw new Error('custom resolution');
|
||||
|
||||
if (path.indexOf('@nrwl/workspace') > -1) {
|
||||
throw 'Reference to local Nx package found. Use local version instead.';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user