We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b99d8 commit 53a9b5aCopy full SHA for 53a9b5a
netlify.toml
@@ -3,7 +3,7 @@
3
4
# All deploys generated from a pull/merge request will inherit these settings.
5
[context.deploy-preview]
6
- command = "hugo --minify -b $DEPLOY_PRIME_URL"
+ command = "hugo --minify -b $DEPLOY_PRIME_URL && npm run jsdoc"
7
8
[context.deploy-preview.environment]
9
HUGO_ENV = "preview"
0 commit comments