From 29a8b2958d780b12a2a9f99452a6cfc61d627c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Wed, 11 May 2022 11:06:18 +0200 Subject: [PATCH] Add workflow test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- .github/workflows/node.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 96cd7477e4c..a0ecd45b149 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -42,6 +42,9 @@ jobs: npm ci npm run build --if-present + - name: Build css + run: npm run sass + - name: Build icons css run: npm run sass:icons