Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

remove start() and `stop() #38

remove start() and `stop()

remove start() and `stop() #38

Workflow file for this run

name: build
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build
run: npm run build