From 1539d494265075e59acaff3b5d04b506ed22dc4f Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 3 May 2018 19:05:09 +0200 Subject: [PATCH] update publish process --- ts/mod_npm/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/ts/mod_npm/index.ts b/ts/mod_npm/index.ts index f0a013a..4ae49f6 100644 --- a/ts/mod_npm/index.ts +++ b/ts/mod_npm/index.ts @@ -70,9 +70,6 @@ let publish = async () => { await bash(`yarn install`); await bash(`yarn run build`); - // -> make sure npm is authenticated - prepare(); - // -> publish it await bash(`npm publish ${npmAccessCliString}`); };