Skip to content

Commit

Permalink
remove gendocs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Mar 31, 2023
1 parent 4c6ea5b commit 6474185
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 118 deletions.
116 changes: 0 additions & 116 deletions bin/gendocs.js

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
"trace-deopt": "clear && rollup -c && node --trace-deopt dist/test.cjs",
"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 test && npm run types && npm run dist && npm run gendocs && git add README.md",
"preversion": "npm run clean && npm run test && npm run types && npm run dist && git add README.md",
"postpublish": "npm run clean"
},
"repository": {
Expand Down

0 comments on commit 6474185

Please sign in to comment.