Skip to content

Commit

Permalink
fix(docs): generate providers on docosaurus start
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Feb 16, 2021
1 parent 63638d8 commit 564b342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "next-auth-docs",
"version": "0.1.1",
"scripts": {
"start": "docusaurus start",
"start": "npm run generate-providers && docusaurus start",
"build": "npm run generate-providers && docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
Expand Down

1 comment on commit 564b342

@vercel
Copy link

@vercel vercel bot commented on 564b342 Feb 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.