Skip to content

Merge pull request #873 from Shariq2003/FixesInScrolling #1783

Merge pull request #873 from Shariq2003/FixesInScrolling

Merge pull request #873 from Shariq2003/FixesInScrolling #1783

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