From 7a16ad70c705fdfeee562a3b5e7e6e5f7d80499c Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Wed, 22 May 2024 18:24:00 +1200 Subject: [PATCH] check poc-runtime --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a498a6a..cf0b19d 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ fmt: check-wasm: cargo check --no-default-features --target=wasm32-unknown-unknown -p xcq-api -p xcq-executor -p xcq-extension-core -p xcq-extension-fungibles -p xcq-extension -p xcq-primitives -p xcq-runtime-api -p xcq-types + SKIP_WASM_BUILD= cargo check --no-default-features --target=wasm32-unknown-unknown -p poc-runtime check: check-wasm SKIP_WASM_BUILD= cargo check