Skip to content

Commit

Permalink
chore(client): bring back docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Aug 11, 2021
1 parent d55f121 commit 06ef32f
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 @@ -35,7 +35,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",
"typedoc": "typedoc src --out ../../docs/client",
"prepublishOnly": "npm run build"
},
"dependencies": {
Expand Down

0 comments on commit 06ef32f

Please sign in to comment.