Skip to content

feat: make esm the default format and export a separate cjs file #29

feat: make esm the default format and export a separate cjs file

feat: make esm the default format and export a separate cjs file #29

Workflow file for this run

name: CI
on: push
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16'
- run: npm install
- run: npm run test:ci
- run: npm run build
- name: Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release