Skip to content

Update with reminder how to deploy package #35

Update with reminder how to deploy package

Update with reminder how to deploy package #35

Workflow file for this run

name: Build # see https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Install dependencies
run: yarn
- run: yarn run build
- run: yarn run test