minimal-setup #2

Open
Tobi wants to merge 40 commits from minimal-setup into develop
Showing only changes of commit bc14e0fbe2 - Show all commits

View File

@@ -26,6 +26,12 @@ jobs:
- name: Install dependencies
run: bun --bun install
- name: Is vite there?
run: ls node_modules/vite
- name: Is node cli there?
run: ls node_modules/vite/dist/node
# - name: Install dependencies
# run: npm ci