Skip to content

Commit

Permalink
remove debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamez committed Nov 2, 2023
1 parent 3668c61 commit 4283714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
publish = "website/dist"

[build.environment]
YARN_FLAGS = "--frozen-lockfile --ignore-scripts --debug"
YARN_FLAGS = "--frozen-lockfile --ignore-scripts/"

[functions]
directory = "functions"
Expand Down

0 comments on commit 4283714

Please sign in to comment.