Skip to content

Update release-starter.yml #6

Update release-starter.yml

Update release-starter.yml #6

Workflow file for this run

name: "build-test"
on: # rebuild any PRs and main branch changes
pull_request:
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm run setup
- run: |
npx lerna run all