From 82f94f286bf7f5ab06e0045ba174a47bae508bf1 Mon Sep 17 00:00:00 2001 From: "Felix W. Dekker" Date: Tue, 15 Sep 2020 15:30:03 +0200 Subject: [PATCH] Remove unnecessary publishing instruction --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 33b1e30..75740f1 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,6 @@ $> npm run deploy ```shell script # Log in to npm $> npm login -# Build before publishing -$> npm run prepare # Push to npm $> npm publish --access public ```