Skip to content

fix(scroll): fix scrolling behavior | Issue #854 #1781

fix(scroll): fix scrolling behavior | Issue #854

fix(scroll): fix scrolling behavior | Issue #854 #1781

Workflow file for this run

name: Build
on:
push:
branches:
- develop
pull_request:
branches:
- develop
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Build Project
run: npm run build