diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cc88f75..a381f36 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,5 +32,8 @@ jobs: with: bun-version: latest + - name: Install dependencies + run: bun install + - name: Publish package run: bunx jsr publish \ No newline at end of file diff --git a/package.json b/package.json index 178cc7e..0f08e16 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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": "*"