Skip to content

Bump minimatch and serve #65

Bump minimatch and serve

Bump minimatch and serve #65

Workflow file for this run

name: testBuilding
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test npm run build
run: |
npm install
npm run build
npm run build:release