1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-21 00:21:35 +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 pnpm install
- name: Generate build - name: Generate build
run: | run: |
npm run generate-renderer
npm run build npm run build
# -------------------- # --------------------