From 154e5e5c409b1ec4d02fac885e9f12ffc90e544b Mon Sep 17 00:00:00 2001 From: "ala'n (Alexey Stsefanovich)" Date: Thu, 8 Feb 2024 15:42:28 +0100 Subject: [PATCH] chore(e2e): update build command --- site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/package.json b/site/package.json index 47f2be61a..1c5e5dbc7 100644 --- a/site/package.json +++ b/site/package.json @@ -10,7 +10,7 @@ }, "scripts": { "start": "npm run clean && concurrently --kill-others \"npm run watch:lib\" \"npm run watch:ts\" \"npm run watch:less\" \"npm run watch:eleventy\"", - "start:test": "npm run clean && concurrently \"npm run build:ts\" \"npm run build:less && npm run minify:css\" && npm run run:eleventy", + "start:test": "npm run clean && npm run build:ts && npm run build:less:site && npm run build:less:lib && npm run run:eleventy", "test": "", "clean": "rimraf \"dist\"", "watch:lib": "cd .. && npm run watch",