Skip to content

remove postinstall

remove postinstall #7

Workflow file for this run

name: npm publish
on:
release:
types: [created]
jobs:
publish-npm:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v6
with:
node-version: 24
registry-url: https://registry.npmjs.org/
- run: yarn && yarn compile
- run: npm publish --provenance --access public