Skip to content

Fix typo in legacy query form #367

Fix typo in legacy query form

Fix typo in legacy query form #367

name: Run Production Build
on: [pull_request]
permissions: read-all
jobs:
npm-run-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm ci
- name: Build Next.js app
env:
MESHDB_URL: http://127.0.0.1:8000/
run: npm run build
# XXX (willnilges): We should maybe set up real integration tests.