Remove build stage to remove conflict with local files

This commit is contained in:
2024-02-19 21:34:08 +00:00
parent c555a59cf8
commit 69d5bfe9a9
-12
View File
@@ -19,17 +19,5 @@ jobs:
with:
node-version: 21.6.2
- name: Install dependencies
run: npm install frontend-next/
- name: Generate firebase-config.json
run: echo ${{ secrets.FIREBASE_CONFIG }} > firebase-config.json
- name: Generate firebase-admin.json
run: echo ${{ secrets.FIREBASE_ADMIN }} > firebase-admin.json
- name: Lint
run: npm --prefix frontend-next/ run lint
- name: Build Frontend
run: npm --prefix frontend-next/ run build