Skip to content

Commit 7f2e00f

Browse files
chore: rename publish to publish-crate for clarity
1 parent a6b779b commit 7f2e00f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ lint-wasm:
4242
cargo clippy --target wasm32-unknown-unknown -- -D warnings
4343

4444
# Publishes the nightshade crate to crates.io
45-
publish:
45+
publish-crate:
4646
cargo publish -p nightshade
4747
cargo publish -p nightshade-editor
4848

4949
# Dry run of publishing the nightshade crate
50-
publish-dry:
50+
publish-crate-dry:
5151
cargo publish -p nightshade --dry-run
5252
cargo publish -p nightshade-editor --dry-run
5353

0 commit comments

Comments
 (0)