From c96b4590fbcb6fcc2eb41fc29e484ed322804e04 Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Tue, 1 Nov 2022 17:40:36 +0100 Subject: [PATCH] disable SSG --- examples/api/Trunk.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"]