Skip to content

Commit

Permalink
feat: add turbo for parallel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nperez0111 committed Jul 3, 2024
1 parent 05271c9 commit 780bff8
Show file tree
Hide file tree
Showing 5 changed files with 359 additions and 242 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
# manual trigger for other branches
workflow_dispatch:

permissions:
id-token: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ yarn-error.log*
# parcel-bundler cache (https://parceljs.org/)
.cache

# Turbo cache
.turbo

.rpt2_cache
.rts2_cache
.rts2_cache_cjs
Expand Down
Loading

0 comments on commit 780bff8

Please sign in to comment.