From eb535792f2595b6654034c1495262822f18d8806 Mon Sep 17 00:00:00 2001 From: Emilie BOUIN <48752456+Bemilie@users.noreply.github.com> Date: Thu, 13 Apr 2023 15:58:19 +0200 Subject: [PATCH] Feat publish npm package with gha (#7) * feat: add gha to release npm package when publishing new release on gh * fix: lint * fix: exclude some files to be published in the package --- .npmignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 8b13789..4472bf9 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1,4 @@ - +examples +node_modules +.github +.idea