Skip to content

Commit c0530ae

Browse files
committed
chore: move docs generating script
1 parent 81c352f commit c0530ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"description": "The CLI tool by Auth.js to supercharge your authentication workflows.",
1010
"scripts": {
11-
"generate-docs": "node ./generate-docs"
11+
"generate-docs": "node ./scripts/generate-docs"
1212
},
1313
"author": "Balázs Orbán <[email protected]>",
1414
"contributors": [
@@ -25,6 +25,7 @@
2525
"files": [
2626
"*.d.ts*",
2727
"*.js",
28+
"!scripts",
2829
"commands",
2930
"lib",
3031
"src"

0 commit comments

Comments
 (0)