Skip to content

Update package.json #15

Update package.json

Update package.json #15

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