Skip to content

fix: Env working locally and in prod #309

fix: Env working locally and in prod

fix: Env working locally and in prod #309

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Build
run: npm run build