Skip to content

refactor: 使用monorepo组织代码 #721

refactor: 使用monorepo组织代码

refactor: 使用monorepo组织代码 #721

Workflow file for this run

name: Build Test
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm install -g pnpm
- run: pnpm install
- run: pnpm run build:all