chore: publish l10n, shared, and core
This commit is contained in:
parent
7d30d65a3b
commit
35b66c94d0
6 changed files with 24 additions and 7 deletions
14
justfile
14
justfile
|
@ -12,3 +12,17 @@ doc:
|
|||
test:
|
||||
cd example && LITTLEWEB=true PORT=4119 cargo run &
|
||||
cd example && cargo run
|
||||
|
||||
publish-shared:
|
||||
cargo publish --allow-dirty --package tetratto-shared
|
||||
|
||||
publish-l10n:
|
||||
cargo publish --allow-dirty --package tetratto-l10n
|
||||
|
||||
publish-core:
|
||||
cargo publish --allow-dirty --package tetratto-core
|
||||
|
||||
publish:
|
||||
just publish-shared
|
||||
just publish-l10n
|
||||
just publish-core
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue