Skip to content

Disable backend, enable high res layers (only work locally) #198

Disable backend, enable high res layers (only work locally)

Disable backend, enable high res layers (only work locally) #198

Workflow file for this run

name: CI Development
on:
pull_request:
branches:
- master
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: '20'
- name: install
run: |
yarn install
- name: build
run: |
yarn build