mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-21 04:25:27 -04:00
fix(docs): build other modules (#40)
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@
|
||||
"build": "rimraf dist esm && tsc && tsc -p tsconfig.cjs.json",
|
||||
"build:watch": "tsc-watch",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"docs": "typedoc --readme README.md src/index.ts",
|
||||
"docs": "typedoc --readme README.md src/",
|
||||
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
|
||||
"fmt": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user