diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index 7e5c682c39..d31aebca29 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -159,6 +159,7 @@ check-web-wasm: &test - time cargo build --locked --target=wasm32-unknown-unknown --manifest-path primitives/Cargo.toml - time cargo build --locked --target=wasm32-unknown-unknown --manifest-path rpc/Cargo.toml - time cargo build --locked --target=wasm32-unknown-unknown --manifest-path statement-table/Cargo.toml + - time cargo build --locked --target=wasm32-unknown-unknown --manifest-path cli/Cargo.toml --no-default-features --features browser - sccache -s diff --git a/polkadot/cli/browser-demo/index.html b/polkadot/cli/browser-demo/index.html index b039b0e957..91ef075fc0 100644 --- a/polkadot/cli/browser-demo/index.html +++ b/polkadot/cli/browser-demo/index.html @@ -6,7 +6,6 @@