Skip to content

add tests for the cli, do leftover cleanup after switching to jest (#52) #2

add tests for the cli, do leftover cleanup after switching to jest (#52)

add tests for the cli, do leftover cleanup after switching to jest (#52) #2

Workflow file for this run

# src: https://github.com/JS-DevTools/npm-publish
on:
push:
branches: main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
- name: Install Dependencies
run: yarn --immutable
- name: Compile
run: yarn compile
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}