From 8604d8965ccd1fd8f4d20b6b406c01de9b0b8cb1 Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Wed, 4 Nov 2020 19:20:28 +0100 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8ecb365..7ed1f46 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,6 @@ The publishing will actually be performed only if ``npm test`` passes. # Few things you need to be aware of before getting started -- **Quite often, due to a GitHub Action bug, the workflow in charge of performing the initial configuration does not fire up.** - If it is the case for you please delete the repo you just created and start over again. - You probably want to "Use this template" ( the green button ) instead of forking the repo. - The files to include in the NPM bundle are cherry-picked using the ``package.json`` ``files`` field. If you don't want to bother and includes everything just remove the ``files`` field from the ``package.json``.