Skip to content

Commit

Permalink
Attempt converting to html
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed May 1, 2024
1 parent 3247f1e commit a08848b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 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 && cp -r ../../md-docs ../../docs/",
"doc": "cp ../../README.md . && typedoc && md2html -f ../../md-docs/1.getting-started.md -o ../../docs/1.getting-started.html -p",
"publish-package": "cp ../../README.md . && npm publish --provenance --access public",
"lint": "eslint ."
},
Expand All @@ -37,6 +37,8 @@
"@vitest/coverage-v8": "^1.5.2",
"eslint-config-custom": "workspace:*",
"jsdom": "^24.0.0",
"markdown": "^0.5.0",
"md2html": "^0.0.1",
"octokit": "^3.2.0",
"react": "^18.3.1",
"tsconfig": "workspace:*",
Expand Down

0 comments on commit a08848b

Please sign in to comment.