Skip to content

Commit

Permalink
fix: add interface.ts to fix docs (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw authored Nov 18, 2021
1 parent 365107e commit 64e4b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"build:ts": "tsc --build",
"build:cjs": "rollup --config rollup.config.js",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && npx codecov",
"typedoc": "typedoc ./src/lib.js --out ../../docs/client --excludeExternals --internalNamespace _",
"typedoc": "typedoc ./src/lib.js ./src/lib/interface.ts --out ../../docs/client --excludeExternals --internalNamespace _",
"prepublishOnly": "npm run build"
},
"dependencies": {
Expand Down

0 comments on commit 64e4b2d

Please sign in to comment.