From f1f07f8cd265bb4bdf4a8e0bcd803b77a55f94d1 Mon Sep 17 00:00:00 2001 From: Gil Poiares-Oliveira Date: Tue, 5 Mar 2024 14:48:14 +0100 Subject: [PATCH] Add build and run jobs for Nova --- .nova/Tasks/Theme.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .nova/Tasks/Theme.json diff --git a/.nova/Tasks/Theme.json b/.nova/Tasks/Theme.json new file mode 100644 index 0000000..630a9f7 --- /dev/null +++ b/.nova/Tasks/Theme.json @@ -0,0 +1,13 @@ +{ + "actions" : { + "build" : { + "enabled" : true, + "script" : "#!\/bin\/sh\nyarn theme:full-build" + }, + "run" : { + "enabled" : true, + "script" : "#!\/bin\/sh\nyarn theme:watch" + } + }, + "openLogOnRun" : "fail" +}