Skip to content

feat!: parseNi etc. now return ResolvedCommand object instead of string, migrate to tinyexec #23

feat!: parseNi etc. now return ResolvedCommand object instead of string, migrate to tinyexec

feat!: parseNi etc. now return ResolvedCommand object instead of string, migrate to tinyexec #23

Workflow file for this run

name: Publish Any Commit
on:
pull_request:
push:
branches:
- main
tags:
- '!**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build
- run: pnpm dlx pkg-pr-new publish --pnpm