Skip to content

Ensured that directories are scrubbed only after files are removed (#36) #18

Ensured that directories are scrubbed only after files are removed (#36)

Ensured that directories are scrubbed only after files are removed (#36) #18

Workflow file for this run

name: NPM publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
- run: yarn install
- run: yarn build
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
check-version: true
dry-run: false