Skip to content

ref: Build to ESM for tree shaking (#117) #39

ref: Build to ESM for tree shaking (#117)

ref: Build to ESM for tree shaking (#117) #39

Workflow file for this run

name: ci
permissions:
id-token: write
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "22"
- run: npm ci
- name: Build extension
run: npm run build