Skip to content

esbuild, move build products to dist, 2.0.0 (esm) #19

esbuild, move build products to dist, 2.0.0 (esm)

esbuild, move build products to dist, 2.0.0 (esm) #19

Workflow file for this run

name: ci
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.x'
- name: Install Dependencies
run: npm install
- name: Run tests
run: npm run test
- name: Compile sass
run: npm run sass-prod
- name: Test rollup build
run: npm run prod