chore: remove unused feature (#277)
* chore: remove unused feature * ci: fix
This commit is contained in:
parent
e1b35a1a24
commit
5d473ba537
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -65,7 +65,6 @@ again = "0.1.2"
|
|||
collab-sync = ["collab", "yrs"]
|
||||
test_util = ["scraper"]
|
||||
template = ["workspace-template"]
|
||||
wasm_build = []
|
||||
|
||||
|
||||
[profile.dev]
|
||||
|
|
|
|||
Loading…
Reference in New Issue