From f9f448be12ff1f44a46a0498ea0a1dfb0bbae9fd Mon Sep 17 00:00:00 2001 From: Luca Engelhard Date: Tue, 30 Jan 2024 12:29:12 +0100 Subject: [PATCH] npmignore + actions --- .github/workflows/publish-github.yaml | 1 - .npmignore | 3 ++- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-github.yaml b/.github/workflows/publish-github.yaml index a9cb670c..fad1fd93 100644 --- a/.github/workflows/publish-github.yaml +++ b/.github/workflows/publish-github.yaml @@ -22,7 +22,6 @@ jobs: cache: "pnpm" - run: pnpm install --frozen-lockfile - run: pnpm run build - - run: pnpm adduser - run: pnpm publish env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.npmignore b/.npmignore index 7b99ded7..0bddc8e1 100644 --- a/.npmignore +++ b/.npmignore @@ -4,4 +4,5 @@ jest.config.ts .github .changeset jest.config.ts -typedoc.json \ No newline at end of file +typedoc.json +src \ No newline at end of file diff --git a/package.json b/package.json index 062e9af8..4493f133 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "lint": "tsc", "docs": "npx typedoc", "test": "jest --silent=false", - "release": "pnpm run build && changeset publish && pnpm run docs" + "release": "pnpm run build && changeset publish" }, "publishConfig": { "access": "public"