Scripts: does it work without npm ci?

This commit is contained in:
Pieter Vander Vennet 2025-03-29 01:24:29 +01:00
parent 2f2877cf0f
commit bba12ce7ce

View file

@ -17,10 +17,6 @@ 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