mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-07-12 01:29:45 -04:00
enable github pages jekyll
This commit is contained in:
parent
449d0dc750
commit
d33ca48d6e
2 changed files with 1 additions and 2 deletions
|
@ -1 +0,0 @@
|
|||
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
|
|
@ -28,7 +28,7 @@
|
|||
"pretest": "bin/build_protobuf.sh",
|
||||
"eslint": "eslint .",
|
||||
"eslintfix": "eslint src/* --fix",
|
||||
"typedoc": "typedoc ./src/haveno.ts --entryPointStrategy expand src/ --exclude **/*.test.ts"
|
||||
"typedoc": "typedoc ./src/haveno.ts --entryPointStrategy expand src/ --exclude **/*.test.ts --githubPages false"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue