We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd333f9 commit ece00a0Copy full SHA for ece00a0
package.json
@@ -28,7 +28,7 @@
28
"test": "mocha --config test/.mocharc.js",
29
"lint": "standard",
30
"lint:fix": "standard --fix",
31
- "generate-doc": "npx aglio@2 -i serverest.apib --theme-variables flatly --theme-template triple -o src/doc/api-doc.html",
+ "generate-doc": "npx aglio@2 -i serverest.apib --theme-variables flatly --theme-template triple -o docs/index.html",
32
"prerelease": "npm run lint && npm test",
33
"release": "npx standard-version@8 --no-verify"
34
},
0 commit comments