Skip to content

Commit

Permalink
fix typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed Sep 20, 2024
1 parent ad2e6f8 commit bbae835
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/headless/doc-parser/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"promote:npm:latest": "node ../../scripts/deploy/update-npm-tag.mjs latest",
"build:doc": "npm run build:doc:extract && npm run build:doc:parse",
"build:doc:extract": "node ./scripts/extract-documentation.mjs",
"build:doc:parse": "exit 0"
"build:doc:parse": "ts-node --project ./doc-parser/tsconfig.build.json ./doc-parser/doc-parser.ts"
},
"peerDependencies": {
"encoding": "^0.1.13",
Expand Down

0 comments on commit bbae835

Please sign in to comment.