Skip to content

Merge branch 'table_fixes' #238

Merge branch 'table_fixes'

Merge branch 'table_fixes' #238

Workflow file for this run

name: Build GemBrow for production
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present