You've already forked node-redis
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:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user