mirror of https://github.com/status-im/js-waku.git
ci: generate & check doc
This commit is contained in:
parent
987eab5f8f
commit
3eb9c80041
|
@ -25,6 +25,7 @@ jobs:
|
|||
- run: npm run test:prettier
|
||||
- run: npm run test:spelling
|
||||
- run: npm run test:tsc
|
||||
- run: npm run doc:html
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
"watch:build": "tsc -p tsconfig.json -w",
|
||||
"watch:test": "mocha --watch",
|
||||
"doc": "run-s doc:*",
|
||||
"doc:html": "typedoc",
|
||||
"doc:html": "typedoc --treatWarningsAsErrors",
|
||||
"doc:cname": "echo 'js-waku.wakuconnect.dev' > build/docs/CNAME",
|
||||
"doc:examples": "mkdir -p build/docs/examples",
|
||||
"prepublish": "npm run build",
|
||||
|
|
Loading…
Reference in New Issue