Skip to content

Commit

Permalink
Update netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
BackToBasics-epita authored Jul 25, 2024
1 parent 91fc842 commit e4b68bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
HUGO_VERSION = "0.125.1"

[context.production]
command = "npm run build"
command = "yarn run build"

[context.deploy-preview]
command = "npm run build -- -b $DEPLOY_PRIME_URL"
command = "yarn run build -- -b $DEPLOY_PRIME_URL"

[context.branch-deploy]
command = "npm run build -- -b $DEPLOY_PRIME_URL"
command = "yarn run build -- -b $DEPLOY_PRIME_URL"

[context.next]
command = "npm run build"
command = "yarn run build"

[context.next.environment]
HUGO_ENV = "next"
Expand Down

0 comments on commit e4b68bb

Please sign in to comment.