From 06e0147f675ed4b0cbb0b1b1105e4c5d9449b721 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Mon, 19 Feb 2018 15:40:41 +0100 Subject: [PATCH] +add prod-releaser.env now works --- config/projects.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/projects.json b/config/projects.json index 96e9732..56625fc 100755 --- a/config/projects.json +++ b/config/projects.json @@ -7,10 +7,11 @@ "npm run build" ] }, + "env": { - "dir": "/env", + "dir": "/ci", "cmd" : [ - "rm restart.trigger" + "rm ./trigger" ] }