Skip to content

Commit

Permalink
Merge branch 'vercel:canary' into cow258/fix-debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Cow258 committed May 16, 2023
2 parents 8af7c66 + e5ad96e commit 47acbb1
Show file tree
Hide file tree
Showing 169 changed files with 997 additions and 768 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1537,7 +1537,7 @@ jobs:
run: node scripts/normalize-version-bump.js

- name: Build
run: turbo run build-wasm -- --target ${{ matrix.target }}
run: turbo run build-wasm -- --target ${{ matrix.target }} --features tracing/release_max_level_info

- name: Add target to folder name
run: '[[ -d "packages/next-swc/crates/wasm/pkg" ]] && mv packages/next-swc/crates/wasm/pkg packages/next-swc/crates/wasm/pkg-${{ matrix.target }} || ls packages/next-swc/crates/wasm'
Expand Down Expand Up @@ -1602,7 +1602,7 @@ jobs:

- name: Build
if: ${{needs.build.outputs.docsChange == 'nope'}}
run: turbo run build-wasm --cache-dir=".turbo" -- --target nodejs --dev
run: turbo run build-wasm --cache-dir=".turbo" -- --target nodejs --dev --features tracing/release_max_level_info

- name: Add target to folder name
if: ${{needs.build.outputs.docsChange == 'nope'}}
Expand Down

0 comments on commit 47acbb1

Please sign in to comment.