Skip to content

refactor: Use ESBuild in prod if a user does not require Babel #81

refactor: Use ESBuild in prod if a user does not require Babel

refactor: Use ESBuild in prod if a user does not require Babel #81

Workflow file for this run

name: Main
on:
push:
branches:
- master
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: "package.json"
cache: "npm"
cache-dependency-path: "**/package-lock.json"
- run: npm ci
- run: npm run build
- run: npm test