diff --git a/examples/api/Trunk.toml b/examples/api/Trunk.toml index b66ce3e..60ac6db 100644 --- a/examples/api/Trunk.toml +++ b/examples/api/Trunk.toml @@ -9,8 +9,8 @@ address = "127.0.0.1" port = 1420 open = false -[[hooks]] -# Runs SSG on production builds -stage = "post_build" -command = "bash" -command_arguments = ["-c", "if [[ $TRUNK_PROFILE == \"release\" ]]; then cargo run --release --features ssg -- $TRUNK_STAGING_DIR; fi"] +# [[hooks]] +# # Runs SSG on production builds +# stage = "post_build" +# command = "bash" +# command_arguments = ["-c", "if [[ $TRUNK_PROFILE == \"release\" ]]; then cargo run --release --features ssg -- $TRUNK_STAGING_DIR; fi"]