Skip to content

chore: Change path for exports.svelte in package.json #239

chore: Change path for exports.svelte in package.json

chore: Change path for exports.svelte in package.json #239

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "14.x"
- name: Run tests
run: |
npm ci
npm run test