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 a6b779b commit 7f2e00fCopy full SHA for 7f2e00f
1 file changed
justfile
@@ -42,12 +42,12 @@ lint-wasm:
42
cargo clippy --target wasm32-unknown-unknown -- -D warnings
43
44
# Publishes the nightshade crate to crates.io
45
-publish:
+publish-crate:
46
cargo publish -p nightshade
47
cargo publish -p nightshade-editor
48
49
# Dry run of publishing the nightshade crate
50
-publish-dry:
+publish-crate-dry:
51
cargo publish -p nightshade --dry-run
52
cargo publish -p nightshade-editor --dry-run
53
0 commit comments