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 profile: minimal
- name: Create rustdoc - 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 - name: Create CNAME
run: | run: |

View File

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