setup done

This commit is contained in:
KarnamShyam1947
2024-05-30 17:47:35 +05:30
parent ad998910a0
commit c43eea5428
2 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ $(TARGET): $(VAR) $(CFG) $(SVELTE_TARGETS)
frontend:
$(info ===> BUILD frontend)
cd web/frontend && pnpm install && pnpm run build
cd web/frontend && npm install && npm run build
clean:
$(info ===> CLEAN)