Skip to content

Commit

Permalink
order
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed May 15, 2023
1 parent 8cffc9f commit ae8ca14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1602,7 +1602,7 @@ jobs:

- name: Build
if: ${{needs.build.outputs.docsChange == 'nope'}}
run: turbo run build-wasm --cache-dir=".turbo" -- --features tracing/release_max_level_info --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 ae8ca14

Please sign in to comment.