Skip to content

Commit

Permalink
satisfy publish to jsr.io action
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar Gmerek committed Jun 26, 2024
1 parent 4b4a1c7 commit 6d65a53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ jobs:
with:
bun-version: latest

- name: Install dependencies
run: bun install

- name: Publish package
run: bunx jsr publish
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
},
"license": "MIT",
"type": "module",
"dependencies": {
"surrealdb.js": "^1.0.0-beta.9"
},
"devDependencies": {
"@lucia-auth/adapter-test": "^5.0.1",
"@types/bun": "latest",
Expand All @@ -28,8 +31,6 @@
"typescript": "^5.5.2",
"lucia": "~3.2.0"
},
"dependencies": {
"surrealdb.js": "^1.0.0-beta.9"},
"engines": {
"node": "20.x",
"pnpm": "*"
Expand Down

0 comments on commit 6d65a53

Please sign in to comment.