1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-23 23:02:58 +00:00

Building the extension first since testing depends on tsconfig provided by SvelteKit

This commit is contained in:
2025-02-21 00:49:58 +04:00
parent 840202396e
commit 8b2e0722f0

View File

@@ -25,8 +25,8 @@ jobs:
- name: Install npm dependencies
run: npm ci
- name: Running unit tests
run: npm run test
- name: Building the extension
run: npm run build
- name: Running unit tests
run: npm run test