From bd0dd8202aeac165458f5ff93dd0f7e77c3f09d6 Mon Sep 17 00:00:00 2001 From: Davor Hrg Date: Tue, 12 Mar 2024 16:28:03 +0100 Subject: [PATCH] Update notes.md --- notes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/notes.md b/notes.md index 0a07ee3..1d9a5f7 100644 --- a/notes.md +++ b/notes.md @@ -1,3 +1,9 @@ +# refresh badge after publishing + +```sh +curl -X PURGE BADGE_URL +``` + # libs source for easier integrationd with IDE Make `index.js` that exports all from `src` to have errors in console or `console.log` display fine lanem taht is not `index.js`. In case where I had multiple libs separated, and because they are simple, code was directly in `index.js`. This caused visibility issues because many trace lines had `index.js` as source and then you need to look closely at full path to find out what lib is causing it.