From ba2b8b694fbb5f0d2c9ac1880f9fe955942c9248 Mon Sep 17 00:00:00 2001 From: Sparticuz Date: Thu, 9 Feb 2023 08:51:28 -0500 Subject: [PATCH] Build the typescript when building the layer manually --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 140ff3c..12bf90f 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ test: %.zip: npm install --fund=false --package-lock=false + npm run build mkdir -p nodejs npm install --prefix nodejs/ tar-fs@2.1.1 --bin-links=false --fund=false --omit=optional --omit=dev --package-lock=false --save=false npm pack