Skip to content

Commit bf6892f

Browse files
remove --workspace flag from native build command because it nullifies the package list that comes after
1 parent c7b2f17 commit bf6892f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test: fmt build
1515
cargo hack --feature-powerset --ignore-unknown-features --features testutils --exclude-features docs test
1616

1717
build: fmt
18-
cargo hack build --release --workspace $(NATIVE_PACKAGE_ARGS)
18+
cargo hack build --release $(NATIVE_PACKAGE_ARGS)
1919
cargo hack build --target wasm32v1-none --release --workspace $(WASM_EXCLUDE_ARGS)
2020
cd target/wasm32v1-none/release/ && \
2121
for i in *.wasm ; do \

0 commit comments

Comments
 (0)