Skip to content

Release 0.3.4

Release 0.3.4 #5

# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Check if project builds
'on': pull_request
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:unit
pnpm build