From b3d9af7cfc9e27dd011997de1c69f6b2d0f48a69 Mon Sep 17 00:00:00 2001 From: =?utf8?q?John=20Molakvo=C3=A6?= Date: Tue, 6 Dec 2022 14:35:48 +0100 Subject: [PATCH] Automatically build sass and sass:icons after build MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a6d8f9fae24..e159f9fc0e1 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ }, "scripts": { "build": "NODE_ENV=production webpack --progress --config webpack.prod.js", + "postbuild": "npm run sass && npm run sass:icons", "dev": "NODE_ENV=development webpack --progress --config webpack.dev.js", "watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js", "lint": "eslint 'apps/*/src/**/*.{vue,js}' 'core/src/**/*.{vue,js}'", -- 2.39.5