Skip to content

Commit 50a0b64

Browse files
fix(build): generate providers under @auth/express/providers/* (#9564)
Closes #9560
1 parent 76d8f27 commit 50a0b64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/frameworks-express/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"build": "pnpm clean && pnpm providers && tsc",
2929
"clean": "rm -rf lib index.* src/lib/providers",
3030
"test": "NODE_OPTIONS=--experimental-vm-modules jest --config ./jest.config.cjs",
31-
"providers": "node ../utils/scripts/providers.js --out src/lib"
31+
"providers": "node ../utils/scripts/providers"
3232
},
3333
"publishConfig": {
3434
"access": "public"
@@ -58,4 +58,4 @@
5858
],
5959
"repository": "https://github.com/nextauthjs/next-auth",
6060
"license": "ISC"
61-
}
61+
}

0 commit comments

Comments
 (0)