We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30afb6 commit 8046eb2Copy full SHA for 8046eb2
justfile
@@ -1,5 +1,5 @@
1
check:
2
- cargo check && cargo check --target wasm32-unknown-unknown
+ cargo check --workspace && cargo check --target wasm32-unknown-unknown
3
4
meta-merge:
5
git merge -s ours --no-ff upstream/main -m "Meta-merge upstream/main using -s ours (keep fork content unchanged)"
0 commit comments