Browse Source

Add workflow test

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
tags/v25.0.0beta1
John Molakvoæ 2 years ago
parent
commit
29a8b2958d
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      .github/workflows/node.yml

+ 3
- 0
.github/workflows/node.yml View File

@@ -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


Loading…
Cancel
Save