Skip to content

Commit

Permalink
Fix doc script
Browse files Browse the repository at this point in the history
todo - integrate with typedoc
  • Loading branch information
mayank1513 committed Apr 30, 2024
1 parent f6f3615 commit 9738cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/r18gs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"scripts": {
"test": "vitest run --coverage",
"build": "tsup src && tsc -p tsconfig-build.json",
"doc": "cp ../../README.md . && typedoc",
"doc": "cp ../../README.md . && typedoc && cp -r ../../md-docs ../../docs/",
"publish-package": "cp ../../README.md . && npm publish --provenance --access public",
"lint": "eslint ."
},
Expand Down

0 comments on commit 9738cad

Please sign in to comment.