chore: remove unused feature (#277)

* chore: remove unused feature

* ci: fix
This commit is contained in:
Nathan.fooo 2024-01-30 05:52:49 +08:00 committed by GitHub
parent e1b35a1a24
commit 5d473ba537
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,7 @@ jobs:
- name: Build ClientAPI WASM
working-directory: ./libs/client-api
run: wasm-pack build --features="wasm_build"
run: wasm-pack build
- name: Check ClientAPI Dependencies
run: bash ./build/client_api_deps_check.sh

View File

@ -65,7 +65,6 @@ again = "0.1.2"
collab-sync = ["collab", "yrs"]
test_util = ["scraper"]
template = ["workspace-template"]
wasm_build = []
[profile.dev]