Skip to content

Merge pull request #47 from absmartly/bugfix/fix-plain-object-detecti… #20

Merge pull request #47 from absmartly/bugfix/fix-plain-object-detecti…

Merge pull request #47 from absmartly/bugfix/fix-plain-object-detecti… #20

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