Skip to content

Commit

Permalink
16: Add docs command (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
JensAstrup authored Mar 28, 2024
1 parent 8cfa45d commit 7e2666f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"build": "tsc && tscpaths -p tsconfig.json -s ./src -o ./lib && npm run reformatImports",
"reformatImports": "node ./scripts/reformat-imports.js",
"prepublishOnly": "npm run build",
"test": "jest"
"test": "jest",
"docs": "npx typedoc"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 7e2666f

Please sign in to comment.