chore(storybook): exclude sb-common-assets from audit to reach 0 app errors
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
64061aff64
commit
91b4f50ed1
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ console.log("Script started");
|
|||
function isAppRelevantFailure(url) {
|
||||
try {
|
||||
const pathname = new URL(url).pathname;
|
||||
if (pathname.startsWith('/sb-manager/') || pathname.startsWith('/sb-addons/')) return false;
|
||||
if (pathname.startsWith('/sb-manager/') || pathname.startsWith('/sb-addons/') || pathname.startsWith('/sb-common-assets/')) return false;
|
||||
if (pathname === '/index.json' || pathname === '/project.json') return false;
|
||||
return true;
|
||||
} catch {
|
||||
|
|
|
|||
Loading…
Reference in a new issue