Skip to content

Commit

Permalink
feat: ignored build warnings for building packages (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik authored Dec 18, 2023
2 parents c11add3 + 0af9f22 commit bdab6a9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-prod-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
${{ runner.os }}-
- uses: pnpm/[email protected]
env:
CI: false
with:
version: 7.9.4
run_install: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-prod-embed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
${{ runner.os }}-
- uses: pnpm/[email protected]
env:
CI: false
with:
version: 7.9.4
run_install: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-prod-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
${{ runner.os }}-
- uses: pnpm/[email protected]
env:
CI: false
with:
version: 7.9.4
run_install: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-prod-queue-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
${{ runner.os }}-
- uses: pnpm/[email protected]
env:
CI: false
with:
version: 7.9.4
run_install: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-prod-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
${{ runner.os }}-
- uses: pnpm/[email protected]
env:
CI: false
with:
version: 7.9.4
run_install: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-prod-widget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
${{ runner.os }}-
- uses: pnpm/[email protected]
env:
CI: false
with:
version: 7.9.4
run_install: true
Expand Down

0 comments on commit bdab6a9

Please sign in to comment.