Skip to content

feat: generate images locally #106

feat: generate images locally

feat: generate images locally #106

Workflow file for this run

name: CI
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- run: npm install
- run: npm run build
- run: npm test