1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-19 07:31:24 +02:00

Fix broken build

This commit is contained in:
Kamran Ahmed
2024-04-08 03:43:43 +01:00
parent 8537698d91
commit c9534b30f5

View File

@@ -35,6 +35,7 @@ jobs:
pnpm install
- name: Generate build
run: |
npm run generate-renderer
npm run build
# --------------------