Skip to content

Commit 29a8b29

Browse files
committed
Add workflow test
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
1 parent 73918b8 commit 29a8b29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node.yml

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
npm ci
4343
npm run build --if-present
4444
45+
- name: Build css
46+
run: npm run sass
47+
4548
- name: Build icons css
4649
run: npm run sass:icons
4750

0 commit comments

Comments
 (0)