mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-06 09:08:51 +08:00
chore: 🚀 调整发布至npm的工作目录为lib文件夹
This commit is contained in:
parent
abd9315f9f
commit
0bf8917d19
7
.github/workflows/npm-publish.yml
vendored
7
.github/workflows/npm-publish.yml
vendored
@ -23,10 +23,9 @@ jobs:
|
||||
- name: Run Compiler
|
||||
run: yarn compiler
|
||||
|
||||
- name: Navigate to lib directory
|
||||
run: cd lib
|
||||
|
||||
- name: Publish Package
|
||||
run: yarn publish
|
||||
run: |
|
||||
cd lib
|
||||
npm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
|
||||
Loading…
x
Reference in New Issue
Block a user