From 17a257efeed3b4274c4a09f27cef1b0ab6a02f4f Mon Sep 17 00:00:00 2001 From: Moshe Immermam Date: Tue, 23 Jan 2024 11:29:12 +0200 Subject: [PATCH] fix: build --- .github/workflows/publish.yaml | 2 +- .npmignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 54dbbe3..858ab27 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -33,6 +33,6 @@ jobs: - name: Build run: npm run svg && npm run build - name: Publish - run: npm publish + run: npm version patch && npm publish env: NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/.npmignore b/.npmignore index 407bc79..bbb17b4 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,5 @@ src/ +svg/ tests/ .babelrc !dist/