From ac804886fa8e141ecc2e2b64ebfee9a1a86c5461 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 29 Apr 2018 16:32:29 +0200 Subject: [PATCH] update publish step --- ts/mod_npm/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/mod_npm/index.ts b/ts/mod_npm/index.ts index 1c7763d..f0a013a 100644 --- a/ts/mod_npm/index.ts +++ b/ts/mod_npm/index.ts @@ -67,6 +67,7 @@ let publish = async () => { } // -> build it + await bash(`yarn install`); await bash(`yarn run build`); // -> make sure npm is authenticated