Skip to content

Commit

Permalink
fix: vendors cannot found
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Nov 8, 2022
1 parent 345b76f commit 4fc754a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:

- name: Build
run: pnpm run build
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}

- name: Lint
run: pnpm run lint
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", "vendors"]
"outputs": ["dist/**", "vendors/**"]
},
"dev": {
"cache": false
Expand Down

0 comments on commit 4fc754a

Please sign in to comment.