Skip to content

Commit

Permalink
[ci]Fix publish stdf next workflowf file
Browse files Browse the repository at this point in the history
  • Loading branch information
dufu1991 committed Dec 16, 2024
1 parent 83f0cd3 commit 1a1222b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish-stdf-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ jobs:
cp README.md packages/stdf/README.md
cp LICENSE packages/stdf/LICENSE
# 打包 packages/rollup-plugin-stdf-icon 并构建
- name: Build rollup-plugin-stdf-icon
run: |
cd packages/rollup-plugin-stdf-icon
npm install
npm run build
cd ../../
# cd packages/stdf 目录下
# 发布 stdf 到 npm
- name: Publish
Expand Down

0 comments on commit 1a1222b

Please sign in to comment.