Skip to content

added summary page

added summary page #16

# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Check if project builds
on:
pull_request:
push:
branches:
- main
- develop
jobs:
build_and_preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install and Build
run: |
npm i -g pnpm
pnpm install
pnpm test
pnpm build