Test action
Build Test / build (push) Failing after 15s

This commit is contained in:
Torben Schaffhauser
2026-06-27 18:29:46 +02:00
parent 9cdabf302f
commit f79775bea3
+2 -3
View File
@@ -19,7 +19,6 @@ jobs:
run: corepack enable
- name: Install dependencies
run: pnpm install --frozen-lockfile
run: npm ci
- name: Build
run: time pnpm build
run: time npm run build