Skip to content

better handling of errors if inside of unless (#12) #5

better handling of errors if inside of unless (#12)

better handling of errors if inside of unless (#12) #5

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org' # Can I bake this into package.json?
- run: npm ci
- run: npm run build --if-present
- run: npm test