Skip to content

Commit bad374f

Browse files
chore(NODE-5123): fix node docs generation (#620)
1 parent 5f8265d commit bad374f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"install": "prebuild-install --runtime napi --tag-prefix node-v || node-gyp rebuild",
2020
"check:lint": "eslint lib test && tsd",
21-
"docs": "jsdoc2md --template etc/README.hbs --plugin dmd-clear --files lib/**/*.js > README.md",
21+
"docs": "jsdoc2md --template etc/README.hbs --plugin dmd-clear --files 'lib/**/*.js' > README.md",
2222
"test": "mocha test",
2323
"rebuild": "prebuild --compile",
2424
"release": "standard-version --tag-prefix node-v --path bindings/node",

0 commit comments

Comments
 (0)