Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-05-10 18:23:05 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-05-11 09:35:23 +0300
commitcb73fe26b818cfdb8fbf07116cd8e970a9cdc708 (patch)
treec33cb94a662616ee29e5bd1b32b22a8caf07531a /.github
parent3c6253f9659d6fb5c059cfb6916654a5c2a7c52e (diff)
Compile theming
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/node.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index bb3bbf5209b..96cd7477e4c 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 icons css
+ run: npm run sass:icons
+
- name: Check webpack build changes
run: |
bash -c "[[ ! \"`git status --porcelain `\" ]] || exit 1"