Skip to content

Commit 53a9b5a

Browse files
committedNov 29, 2023
Build jsdoc on preview
1 parent 20b99d8 commit 53a9b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# All deploys generated from a pull/merge request will inherit these settings.
55
[context.deploy-preview]
6-
command = "hugo --minify -b $DEPLOY_PRIME_URL"
6+
command = "hugo --minify -b $DEPLOY_PRIME_URL && npm run jsdoc"
77

88
[context.deploy-preview.environment]
99
HUGO_ENV = "preview"

0 commit comments

Comments
 (0)
Please sign in to comment.