diff --git a/web/Trunk.toml b/web/Trunk.toml index 35d007b..135250a 100644 --- a/web/Trunk.toml +++ b/web/Trunk.toml @@ -15,3 +15,8 @@ backend="http://localhost:9345/original" backend="http://localhost:9345/graphiql" [[proxy]] backend="http://localhost:9345/graphql" + +[[hooks]] +stage = "pre_build" +command = "cargo" +command_arguments = [ "test" ]