mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-05 21:56:42 +00:00
docs: Change API output dir.
This commit is contained in:
parent
85e6848f4c
commit
58bcdb4855
2
.gitignore
vendored
2
.gitignore
vendored
@ -22,4 +22,4 @@ dist/
|
||||
.vscode
|
||||
|
||||
# JSDoc output folder
|
||||
out/
|
||||
docs/api
|
@ -62,7 +62,7 @@
|
||||
"build:examples": "webpack --config conf/webpack.example.config.js",
|
||||
"build:dist": "webpack --config conf/webpack.config.js",
|
||||
"build:debug": "webpack --config conf/webpack.debug.config.js",
|
||||
"build:docs": "jsdoc -c ./conf/jsdoc/jsdoc.json -r src/**",
|
||||
"build:docs": "jsdoc -c ./conf/jsdoc/jsdoc.json -r src/** -d ./docs/api",
|
||||
"build:tests": "rm -f test/browser/bundle.js* && webpack --config ./conf/webpack.tests.config.js",
|
||||
"prepublishOnly": "npm run build",
|
||||
"lint": "standard --env=mocha",
|
||||
|
Loading…
x
Reference in New Issue
Block a user