Skip to content

refactor: add file extensions to all imports #9

refactor: add file extensions to all imports

refactor: add file extensions to all imports #9

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 }}