Skip to content

fix(esm build): add type and main to mix package.json (#23) #14

fix(esm build): add type and main to mix package.json (#23)

fix(esm build): add type and main to mix package.json (#23) #14

Workflow file for this run

name: Publish to NPM
on:
push:
branches: ['master', 'beta', 'alpha']
jobs:
release:
uses: carpasse/reusable-workflows/.github/workflows/publishToNPM.yml@master
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}