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 17e4ac8 commit a3d0b69Copy full SHA for a3d0b69
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 && npm run jsdoc"
+ command = "npm run jsdoc && hugo --minify -b $DEPLOY_PRIME_URL"
7
8
[context.deploy-preview.environment]
9
HUGO_ENV = "preview"
0 commit comments