Skip to content

Commit 3e273cf

Browse files
authored
chore: try removing esbuild from build (#2651)
1 parent 8402819 commit 3e273cf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-local-preview-dev.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919
dev:
2020
if: github.event_name == 'push'
21-
runs-on: macos-latest
21+
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v4
2424
- uses: aws-actions/configure-aws-credentials@v4
@@ -38,6 +38,9 @@ jobs:
3838
- name: Remove unnecessary files
3939
working-directory: packages/fern-docs/bundle
4040
run: find .next -depth -mindepth 1 -not -path ".next/standalone*" -exec rm -rf {} \;
41+
- name: Remove esbuild dependency
42+
working-directory: packages/fern-docs/bundle
43+
run: rm -rf .next/standalone/node_modules/.pnpm/[email protected]
4144
- name: Synthesize local preview bundle
4245
run: pnpm --filter=@fern-platform/cdk run deploy-app:dev2
4346

0 commit comments

Comments
 (0)