From 5e2d02ad5fecac19a959961e5bd111910f1c5f01 Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Wed, 22 Feb 2023 17:33:06 -0500 Subject: [PATCH] chore: copy SASS files only to serve html, build CSS isn't required --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f24ac1d3..38749b6c5 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "cypress": "cypress open --config-file test/cypress.config.ts", "cypress:ci": "cypress run --config-file test/cypress.config.ts", "build:esm": "tsc --build ./tsconfig.packages.json", - "build:esm:styles": "pnpm build:esm && pnpm run -r sass:build && pnpm run -r sass:copy", + "build:esm:styles": "pnpm build:esm && pnpm run -r sass:copy", "build:watch": "tsc --build ./tsconfig.packages.json --watch", "predev": "pnpm build:esm:styles", "dev": "run-p dev:watch webpack:watch",