Skip to content

Commit

Permalink
feat and fix: 添加pr ci,修复构建命令
Browse files Browse the repository at this point in the history
Signed-off-by: joshua <[email protected]>
  • Loading branch information
sujoshua committed Nov 17, 2024
1 parent b9d31e6 commit f1959dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 18
- run: |
yarn install
yarn only-build
yarn build
tar caf dist.tar.xz dist
env:
CI: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 18
- run: |
yarn install
yarn only-build
yarn build
tar caf dist.tar.xz dist
env:
CI: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 18
- run: |
yarn install
yarn only-build
yarn build
tar caf dist.tar.xz dist
env:
CI: true
Expand Down

0 comments on commit f1959dc

Please sign in to comment.