Skip to content

chore: fix cjs bundle #5

chore: fix cjs bundle

chore: fix cjs bundle #5

Workflow file for this run

name: Publish_Any_Commit
on:
push:
branches: [develop]
pull_request:
branches: [develop]
jobs:
if: ${{ github.repository == 'Tencent/tdesign-mobile-vue' && !startsWith(github.head_ref, 'release/') }}

Check failure on line 9 in .github/workflows/pkg-pr-new.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pkg-pr-new.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install
- run: npm run build
- run: npx pkg-pr-new publish --compact