doc(swc_core): Fix rustdoc (#5446)

This commit is contained in:
Donny/강동윤 2022-08-11 19:00:43 +09:00 committed by GitHub
parent 5730a96f5d
commit 2e883a72d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -22,7 +22,7 @@ jobs:
profile: minimal
- name: Create rustdoc
run: cargo doc --all --exclude swc_cli --exclude binding_core_node --exclude binding_core_wasm --exclude swc_core --features plugin_transform_schema_vtest
run: cargo doc --all --exclude swc_cli --exclude binding_core_node --exclude binding_core_wasm --features plugin_transform
- name: Create CNAME
run: |

View File

@ -1,12 +1,12 @@
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>", "OJ Kwon <kwon.ohjoong@gmail.com>"]
description = "TBD"
edition = "2021"
license = "Apache-2.0"
name = "swc_core"
repository = "https://github.com/swc-project/swc.git"
version = "0.6.1"
authors = ["강동윤 <kdy1997.dev@gmail.com>", "OJ Kwon <kwon.ohjoong@gmail.com>"]
description = "TBD"
documentation = "https://rustdoc.swc.rs/swc_core/"
edition = "2021"
license = "Apache-2.0"
name = "swc_core"
repository = "https://github.com/swc-project/swc.git"
version = "0.6.1"
[package.metadata.docs.rs]
features = [
"common_perf",