Scripts: npm ci is still needed; remove obsolete funding file

This commit is contained in:
Pieter Vander Vennet 2025-03-29 01:28:01 +01:00
parent bba12ce7ce
commit 72df69a2d6
2 changed files with 4 additions and 1 deletions

View file

@ -17,6 +17,10 @@ jobs:
cache: "npm"
cache-dependency-path: package-lock.json
- name: install deps
run: npm ci
shell: bash
- name: create generated dir
run: mkdir -p ./assets/generated
shell: bash