Skip to content

Commit

Permalink
chore(config/portal/netlify): build only if project affected
Browse files Browse the repository at this point in the history
  • Loading branch information
MFarabi619 committed Dec 15, 2024
1 parent 02ebb06 commit ca3e5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/portal/netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build]
command = "pnpm nx build portal --verbose"
command = "pnpm nx affected -t=build --exclude='*,!portal' --verbose"
publish = "/apps/portal/build/client"

[dev]
Expand Down

0 comments on commit ca3e5b0

Please sign in to comment.