Skip to content

Merge pull request #104 from PavlidisLab/platforms-treeview-fix #223

Merge pull request #104 from PavlidisLab/platforms-treeview-fix

Merge pull request #104 from PavlidisLab/platforms-treeview-fix #223

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