Skip to content

Commit 0dab602

Browse files
committed
add just command
1 parent 2caa20e commit 0dab602

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

justfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
check:
2-
cargo check && cargo check --target wasm32-unknown-unknown
2+
cargo check && 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

Comments
 (0)