Skip to content

fix: don't conceal form post response errors #58

fix: don't conceal form post response errors

fix: don't conceal form post response errors #58

Workflow file for this run

name: Webpack Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.x'
- run: yarn install
- run: yarn test
- run: yarn build
- uses: actions/upload-artifact@v2
name: Upload build artifact
with:
name: stim.js
path: build/stim.js