From 9c49d2bf423a99ee4337eac7d8484b56e05b790e Mon Sep 17 00:00:00 2001 From: Lance Ball Date: Wed, 26 May 2021 09:20:30 -0400 Subject: [PATCH] fix: make typescript optional for Node builds (#85) Signed-off-by: Lance Ball --- builders/nodejs/builder.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/builders/nodejs/builder.toml b/builders/nodejs/builder.toml index 83209b5..48cdc89 100644 --- a/builders/nodejs/builder.toml +++ b/builders/nodejs/builder.toml @@ -12,6 +12,7 @@ image = "quay.io/boson/faas-typescript-bp:{{VERSION}}" id = "dev.boson.nodejs" [[order.group]] id = "dev.boson.typescript" + optional = true # Stack that will be used by the builder [stack]