Skip to content

feat(routes): preloading #111

feat(routes): preloading

feat(routes): preloading #111

Workflow file for this run

name: xstate-tree
on:
push:
jobs:
test:
runs-on: ubuntu-20.04
steps:
- name: Check out
uses: actions/checkout@v2
- name: Install dependencies
run: npm install --ci
- name: Run ESLint
run: npm run lint
- name: Run Tests
run: npm run test
- name: Test examples
run: npm run test-examples
- name: Build
run: npm run build
- name: API Extractor
run: npm run api-extractor
- name: semantic-release
run: npx semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}