Skip to content

Commit a69248b

Browse files
maxholmanclaude
andcommitted
chore: add pkg.files, remove registry-url from PR workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 57f800d commit a69248b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.version }}
24-
registry-url: https://registry.npmjs.org/
2524
cache: 'pnpm'
2625

2726
- run: make test publint

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"license": "MIT",
66
"type": "module",
77
"exports": "./lib/main.ts",
8+
"files": [
9+
"lib"
10+
],
811
"scripts": {
912
"preversion": "make clean && make test && make"
1013
},

0 commit comments

Comments
 (0)