From 00e50bb9fd641cdc9e30eaef982ad0ad988b9e74 Mon Sep 17 00:00:00 2001 From: Brijesh Bhalala Date: Wed, 27 May 2026 12:21:09 +0530 Subject: [PATCH] test-pr1 --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index 6cb8364f188..f45f9393f0b 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -6,7 +6,7 @@ "scripts": { "postinstall": "chmod +x node_modules/@esbuild/linux-x64/bin/esbuild 2>/dev/null || true", "dev": "vite", - "build": "tsc && vite build", + "build": "tsc && vite build ", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 200", "preview": "vite preview", "prebuild": "cd src/views/Lineage/atlas-lineage && (npm ci 2>/dev/null || npm install) && npm run build"