diff --git a/.github/workflows/main-merge.yml b/.github/workflows/main-merge.yml index 60a2177..d15dc14 100644 --- a/.github/workflows/main-merge.yml +++ b/.github/workflows/main-merge.yml @@ -49,6 +49,8 @@ jobs: with: node-version: "20" cache: "pnpm" + - name: Run build command + run: pnpm build - name: Publish to npm 🚀 shell: bash run: pnpm publish --access public --no-git-checks diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 25c7624..0000000 --- a/.npmignore +++ /dev/null @@ -1,3 +0,0 @@ -test -node_modules -coverage diff --git a/package.json b/package.json index f97b8f8..f6f8dc9 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,11 @@ }, "exports": "./lib/index.js", "types": "./lib/index.d.ts", + "files": [ + "lib", + "README.md", + "package.json" + ], "type": "module", "scripts": { "build": "tsc",