mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-08-03 12:06:20 -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",
|
"pretest": "bin/build_protobuf.sh",
|
||||||
"eslint": "eslint .",
|
"eslint": "eslint .",
|
||||||
"eslintfix": "eslint src/* --fix",
|
"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": {
|
"browserslist": {
|
||||||
"production": [
|
"production": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue