From f3808c55cf974d35f7e5de1ec511efeacbc65904 Mon Sep 17 00:00:00 2001 From: Steven Spriggs Date: Mon, 28 Mar 2022 15:50:13 -0400 Subject: [PATCH] docs(primary-detail): compress lightdom css --- elements/pfe-primary-detail/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/pfe-primary-detail/package.json b/elements/pfe-primary-detail/package.json index 713fd9ea81..cd9315aca4 100644 --- a/elements/pfe-primary-detail/package.json +++ b/elements/pfe-primary-detail/package.json @@ -26,7 +26,7 @@ "build": "run-s build:*", "build:clean": "npm run clean", "build:esbuild": "node ../../scripts/build.js --include pfe-primary-detail", - "build:lightdom": "sass pfe-primary-detail--lightdom.scss pfe-primary-detail--lightdom.css --load-path=../../node_modules", + "build:lightdom": "sass pfe-primary-detail--lightdom.scss pfe-primary-detail--lightdom.min.css --style=compressed --load-path=../../node_modules", "build:analyze": "npm run analyze", "build:types": "tsc -b .", "🧑‍🔬-----TEST-------🧑‍🔬": "❓ Test packages",