From 2283784b33459c2297a3708b8356df21fbea2e1e Mon Sep 17 00:00:00 2001 From: Christopher Monsanto Date: Thu, 30 Apr 2020 06:38:48 -0400 Subject: [PATCH] ps deploy types --- ps.deploy.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ps.deploy.json b/ps.deploy.json index dd3ab2b5..eacedc71 100644 --- a/ps.deploy.json +++ b/ps.deploy.json @@ -73,5 +73,12 @@ in: [ "build/padded-trainers/canonical" ] + }, + { + mount: "types", + in: [ + {replace: "Unknown", with: "???", in: "src/canonical/ui/types/gen4"}, + "src/noncanonical/ui/types/gen4", + ] } ]