Skip to content

Commit

Permalink
The second publish test.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed May 26, 2024
1 parent 83904ef commit ad0e361
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ltgc/octavia",
"version": "0.0.1",
"version": "0.0.2",
"exports": {
"./basic": "./dist/basic.mjs",
"./bridge": "./dist/bridge.mjs",
Expand All @@ -11,7 +11,8 @@
},
"publish": {
"include": [
"dist/**"
"dist/**",
"README.md"
]
},
"unstable": [
Expand Down
5 changes: 2 additions & 3 deletions sh/publish.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash
#cd dist
#cp ../deno.json ./
echo "Building..."
shx build
echo "Publishing to JSR..."
deno publish --allow-slow-types --allow-dirty --config ./deno.json
#rm deno.json
exit

0 comments on commit ad0e361

Please sign in to comment.