1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

fix generating docs (#2853)

This commit is contained in:
Shaya Potter
2024-10-15 18:10:35 +03:00
committed by GitHub
parent b2d35c5286
commit c07b4db7db

View File

@@ -7,7 +7,7 @@
"scripts": {
"test": "npm run test -ws --if-present",
"build": "tsc --build",
"documentation": "typedoc",
"documentation": "typedoc --out ./documentation",
"gh-pages": "gh-pages -d ./documentation -e ./documentation -u 'documentation-bot <documentation@bot>'"
},
"devDependencies": {