Skip to content

feat: add --all flag to migrate command #346

feat: add --all flag to migrate command

feat: add --all flag to migrate command #346

Workflow file for this run

name: Publish Preview Package
on:
push:
branches: [main]
pull_request:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup Node
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
node-version: 20
cache: 'npm'
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build
- name: Publish Preview Package
run: npx pkg-pr-new publish