Skip to content

Commit

Permalink
disable gendocs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Mar 7, 2023
1 parent a4a0bca commit 61317b2
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 81 deletions.
1 change: 0 additions & 1 deletion bin/gendocs.js
@@ -1,4 +1,3 @@

import jsdoc from 'jsdoc-api'
import fs from 'fs'

Expand Down
2 changes: 1 addition & 1 deletion object.js
Expand Up @@ -21,7 +21,7 @@ export const keys = Object.keys

/**
* @template V
* @param {{ [key:string]: V }} obj
* @param {{[k:string]:V}} obj
* @param {function(V,string):any} f
*/
export const forEach = (obj, f) => {
Expand Down
167 changes: 91 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -403,8 +403,8 @@
"@types/node": "^18.14.0",
"c8": "^7.13.0",
"http-server": "^0.12.3",
"jsdoc-api": "^5.0.4",
"jsdoc-plugin-typescript": "^2.0.6",
"jsdoc-api": "^8.0.0",
"jsdoc-plugin-typescript": "^2.2.1",
"rollup": "^2.42.1",
"standard": "^14.3.4",
"typescript": "^4.2.3"
Expand All @@ -421,7 +421,7 @@
"trace-opt": "clear && rollup -c && node --trace-opt dist/test.cjs",
"lint": "standard && tsc",
"gendocs": "node ./bin/gendocs.js",
"preversion": "npm run clean && npm run lint && npm run test && npm run types && npm run dist && npm run gendocs && git add README.md",
"preversion": "npm run clean && npm run lint && npm run test && npm run types && npm run dist && git add README.md",
"postpublish": "npm run clean",
"gentesthtml": "node ./bin/gentesthtml.js > test.html"
},
Expand Down

0 comments on commit 61317b2

Please sign in to comment.