Skip to content

feat: link to ncpi dataset catalog from anvil home page (#2883) #1359

feat: link to ncpi dataset catalog from anvil home page (#2883)

feat: link to ncpi dataset catalog from anvil home page (#2883) #1359

Workflow file for this run

name: Test build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "14.16.0"
- run: |
npm ci
npx tsc --noEmit
source ./start.sh && npx gatsby build --verbose