Skip to content

Commit 0b83e20

Browse files
committed
chore: try enabling preview releases
1 parent 116cbf7 commit 0b83e20

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/pkg.pr.new.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- name: Install deps
3939
run: pnpm i
4040

41-
# - name: Build and pack
42-
# run: pnpm prepack
41+
- name: Build and pack
42+
run: pnpm build
4343

44-
# - name: Publish package preview
45-
# run: pnpx pkg-pr-new publish --compact
44+
- name: Publish package preview
45+
run: pnpx pkg-pr-new publish --compact

packages/next-auth/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "next-auth",
2+
"name": "@sidebase/fork-authjs",
33
"version": "4.24.13",
4-
"description": "Authentication for Next.js",
4+
"description": "Authentication for Nuxt",
55
"homepage": "https://authjs.dev",
6-
"repository": "https://github.com/nextauthjs/next-auth.git",
6+
"repository": "https://github.com/sidebase/fork-authjs.git",
77
"author": "Iain Collins <me@iaincollins.com>",
88
"contributors": [
99
"Balázs Orbán <info@balazsorban.com>",

0 commit comments

Comments
 (0)