Skip to content

New tsup config files, added arethetypeswrong and improvements to exp… #22

New tsup config files, added arethetypeswrong and improvements to exp…

New tsup config files, added arethetypeswrong and improvements to exp… #22

name: 🚀 pkg-pr-new
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- run: npx pkg-pr-new publish