Skip to content

feat(vscode): sort projects tree by entry path (#2678) #1372

feat(vscode): sort projects tree by entry path (#2678)

feat(vscode): sort projects tree by entry path (#2678) #1372

Workflow file for this run

# Continuous Releases provided by https://pkg.pr.new
name: CR (Continuous Releases)
on: [push, pull_request]
jobs:
cr:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup pnpm
uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
with:
node-version: lts/*
cache: pnpm
- run: npm i -g @antfu/ni
- run: nci
- name: Build
run: nr build
- run: nlx pkg-pr-new publish './packages/create-app' './packages/client' './packages/create-theme' './packages/parser' './packages/slidev' './packages/types' --pnpm
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}