Skip to content

Commit

Permalink
odd npm doc:publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomás Ciccola committed May 7, 2024
1 parent 9f99ffb commit faf7ea8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"build:types": "tsc -p tsconfig.npm.json && cpy 'src/**/*.d.ts' dist",
"bench": "nanobench benchmarks/*.js",
"type": "tsc",
"doc": "rimraf docs/api && typedoc --plugin typedoc-plugin-markdown",
"doc": "rimraf docs/api/md && typedoc --plugin typedoc-plugin-markdown --out docs/api/md",
"doc:publish": "rimraf docs/api/html && typedoc --out docs/api/html",
"protobuf": "node ./scripts/build-messages.js",
"db:generate:project": "drizzle-kit generate:sqlite --schema src/schema/project.js --out drizzle/project",
"db:generate:client": "drizzle-kit generate:sqlite --schema src/schema/client.js --out drizzle/client",
Expand Down
3 changes: 1 addition & 2 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"entryPoints": ["src/**/*.js", "src/**/*.ts"],
"entryPoints": ["src/index.js"],
"exclude": ["src/generated/*"],
"out": "docs/api",
"cleanOutputDir": false,
"readme": "none",
"name": "API",
Expand Down

0 comments on commit faf7ea8

Please sign in to comment.