We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c202d26 + 5fc1aa6 commit e42fcf1Copy full SHA for e42fcf1
.circleci/config.yml
@@ -67,8 +67,7 @@ jobs:
67
- run:
68
name: Install and configure dependencies
69
command: |
70
- sudo npm install -g --silent gh-pages@2.0.1
71
- sudo npm install -g --silent jsdoc
+ npm install --only dev
72
git config user.email "ci-build@redisgraph.io"
73
git config user.name "ci-build"
74
package.json
@@ -13,6 +13,8 @@
13
"redis": "^3.0.2"
14
},
15
"devDependencies": {
16
+ "gh-pages": "2.0.1",
17
+ "jsdoc": "^3.6.6",
18
"jsdoc-ts-utils": "^1.1.2",
19
"mocha": "^7.0.1",
20
"typescript": "^4.1.5"
0 commit comments