Skip to content

Add github action to check production build #1

Add github action to check production build

Add github action to check production build #1

name: Run Production Build
on: [pull_request]
jobs:
npm-run-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm install
- name: Build Next.js app
run: npm run build