Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Dec 16, 2022
1 parent 9b6b544 commit 081d0fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
outputs:
docsChange: ${{ steps.docs-change.outputs.DOCS_CHANGE }}
isRelease: ${{ steps.check-release.outputs.IS_RELEASE }}
isRelease: true
swcChange: ${{ steps.swc-change.outputs.SWC_CHANGE }}
turboToken: ${{ steps.turbo-token.outputs.TURBO_TOKEN }}
weekNum: ${{ steps.get-week.outputs.WEEK }}
Expand Down
3 changes: 3 additions & 0 deletions packages/next-swc/crates/napi/Cargo.toml
Expand Up @@ -39,6 +39,9 @@ tracing = { version = "0.1.37", features = ["release_max_level_info"] }
tracing-futures = "0.2.5"
tracing-subscriber = "0.3.9"
tracing-chrome = "0.5.0"
#swc_css_parser = "=0.140.4"
#swc_css_prefixer = "=0.142.5"
#swc_core = "=0.48.12"
next-binding = { git = "https://github.com/kwonoj/turbo.git", rev = "040d2e310d135b73f83c2e23b36d4943ef73e73b", features = [
"__swc_core_binding_napi",
"__turbo_next_dev_server",
Expand Down

0 comments on commit 081d0fd

Please sign in to comment.