Skip to content

Merge pull request #14 from wsargent-emcins/dependabot/npm_and_yarn/n… #9

Merge pull request #14 from wsargent-emcins/dependabot/npm_and_yarn/n…

Merge pull request #14 from wsargent-emcins/dependabot/npm_and_yarn/n… #9

Workflow file for this run

name: "build"
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
npm ci
npm run all