Skip to content

Commit

Permalink
Trigger JSR publish for Rochelle 0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Jun 15, 2024
1 parent a124f54 commit 4659d34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ltgc/octavia",
"version": "0.1",
"version": "0.2",
"exports": {
"./textEmit": "./dist/textEmit.mjs",
"./textRead": "./dist/textRead.mjs",
Expand Down
6 changes: 6 additions & 0 deletions sh/publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
echo "Building..."
shx build
echo "Publishing to JSR..."
deno publish --allow-slow-types --allow-dirty --config ./deno.json
exit

0 comments on commit 4659d34

Please sign in to comment.