Browse Source
Add workflow test
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
pull/32261/head
John Molakvoæ
4 years ago
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with
3 additions and
0 deletions
-
.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 |
|
|
|
|
|
|
|
|