Merge pull request #3 from KarnamShyam1947/shyam-frontend

updated header component
This commit is contained in:
Sai Sanjay
2024-05-31 11:32:46 +05:30
committed by GitHub
3 changed files with 59 additions and 59 deletions

View File

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