Skip to content

Commit ece00a0

Browse files
fix(package): ajustar caminho de destino da doc html gerada
1 parent dd333f9 commit ece00a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"test": "mocha --config test/.mocharc.js",
2929
"lint": "standard",
3030
"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",
31+
"generate-doc": "npx aglio@2 -i serverest.apib --theme-variables flatly --theme-template triple -o docs/index.html",
3232
"prerelease": "npm run lint && npm test",
3333
"release": "npx standard-version@8 --no-verify"
3434
},

0 commit comments

Comments
 (0)