Skip to content

Merge pull request #10 from elide-tools/fix/issue-9 #11

Merge pull request #10 from elide-tools/fix/issue-9

Merge pull request #10 from elide-tools/fix/issue-9 #11

Workflow file for this run

name: "build-test"
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run dist