Skip to content

Merge pull request #42 from absmartly/11-28-Bump_version_to_v1.13.1 #14

Merge pull request #42 from absmartly/11-28-Bump_version_to_v1.13.1

Merge pull request #42 from absmartly/11-28-Bump_version_to_v1.13.1 #14

Workflow file for this run

name: Build
on:
pull_request:
types:
- opened
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run npm build
run: npm run build