add notice about initial workflow not fireing up

This commit is contained in:
Joseph Garrone 2020-05-18 00:19:31 +02:00
parent e038a8e315
commit 5f4534721f

View file

@ -37,6 +37,8 @@ Besides, good stuff that comes with using this template:
- If you are going to programmatically load files outside of the ``dis/`` directory ( like the ``package.json`` or files inside ``res/`` ) be mindful that the paths might not be the one you expect. [Details](#accessing-files-outside-the-dist-directory).
- The template does not support ``.npmignore`` ( it use the safer ``package.json`` ``files`` instead ).
- The template does not support ``.npmrc``.
- In rare occasions 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.
# How to use