Skip to content

fix: Don't include @rollup/plugin-typescript in the published package.json #22

fix: Don't include @rollup/plugin-typescript in the published package.json

fix: Don't include @rollup/plugin-typescript in the published package.json #22

Workflow file for this run

name: Run automated tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- name: npm install, test
run: |
npm install
npm test