Skip to content

cleanup switch to rollup #19

cleanup switch to rollup

cleanup switch to rollup #19

Workflow file for this run

on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
- name: dependencies
run: npm install
- run: mkdir -p dist
- name: build
run: npx rollup index.js -o dist/aria.js -f umd -n aria
- name: test
run: npx mocha-headless-chrome -a no-sandbox -f test/index.html