Merge pull request #1688 from xKevIsDev/main
refactor: optimize error handling and npm install performance
This commit is contained in:
@@ -27,7 +27,8 @@ const IGNORE_PATTERNS = [
|
||||
'**/npm-debug.log*',
|
||||
'**/yarn-debug.log*',
|
||||
'**/yarn-error.log*',
|
||||
'**/*lock.json',
|
||||
|
||||
// Include this so npm install runs much faster '**/*lock.json',
|
||||
'**/*lock.yaml',
|
||||
];
|
||||
|
||||
|
||||
@@ -31,7 +31,8 @@ const IGNORE_PATTERNS = [
|
||||
'**/npm-debug.log*',
|
||||
'**/yarn-debug.log*',
|
||||
'**/yarn-error.log*',
|
||||
'**/*lock.json',
|
||||
|
||||
// Include this so npm install runs much faster '**/*lock.json',
|
||||
'**/*lock.yaml',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user