Skip to content

fix: fix build by manually adding .js extension to local imports #27

fix: fix build by manually adding .js extension to local imports

fix: fix build by manually adding .js extension to local imports #27

Workflow file for this run

# test
name: test and lint
on:
push:
branches: [main]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm test