Skip to content

Commit

Permalink
turbos
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Sep 14, 2024
1 parent e833e99 commit 1797447
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/actions/vercel/action.yml
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ runs:
continue-on-error: true
run: |
pnpx turbo-ignore ${{ inputs.package }} --fallback=HEAD^1
export "exit_code=$?" >> $GITHUB_OUTPUT
echo "exit_code=$?" >> $GITHUB_OUTPUT
- name: Install Vercel CLI
if: steps.ignore-build.outputs.exit_code || inputs.force == 'true'
8 changes: 2 additions & 6 deletions .github/workflows/deploy-local-preview-bundle-dryrun.yml
Original file line number Diff line number Diff line change
@@ -26,9 +26,7 @@ jobs:
- name: Install
uses: ./.github/actions/install
- name: Build local preview bundle
run: |
pnpm compile
pnpm --filter=@fern-ui/local-preview-bundle build
run: pnpm turbo --filter=@fern-ui/local-preview-bundle build
- name: Synthesize local preview bundle
run: pnpm --filter=@fern-ui/cdk run synth:dev2

@@ -46,8 +44,6 @@ jobs:
- name: Install
uses: ./.github/actions/install
- name: Build local preview bundle
run: |
pnpm compile
pnpm --filter=@fern-ui/local-preview-bundle build
run: pnpm turbo --filter=@fern-ui/local-preview-bundle build
- name: Synthesize local preview bundle
run: pnpm --filter=@fern-ui/cdk run synth:prod
6 changes: 2 additions & 4 deletions .github/workflows/deploy-local-preview-bundle.yml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ jobs:
- name: Build local preview bundle
run: |
pnpm compile
ENABLE_SOURCE_MAPS=true pnpm --filter=@fern-ui/local-preview-bundle build
ENABLE_SOURCE_MAPS=true pnpm turbo --filter=@fern-ui/local-preview-bundle build
- name: Deploy local preview bundle
run: pnpm --filter=@fern-ui/cdk run deploy:dev2

@@ -50,8 +50,6 @@ jobs:
- name: Install
uses: ./.github/actions/install
- name: Build local preview bundle
run: |
pnpm compile
pnpm --filter=@fern-ui/local-preview-bundle build
run: pnpm turbo --filter=@fern-ui/local-preview-bundle build
- name: Deploy local preview bundle
run: pnpm --filter=@fern-ui/cdk run deploy:prod

0 comments on commit 1797447

Please sign in to comment.