Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 4d44167

Browse files
committed
fix: missing files from npm
1 parent 94f1a6c commit 4d44167

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
run: |
7979
make build
8080
npx jsr publish --allow-slow-types
81+
# Why NPM...??
82+
rm **/.gitignore
8183
npm publish --provenance --access public
8284
env:
8385
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

js/package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,13 @@
88
"url": "https://github.com/PulseBeamDev/pulsebeam-core.git"
99
},
1010
"homepage": "https://pulsebeam.dev",
11-
"nodeModulesDir": "auto",
1211
"exports": {
1312
".": "./pkg-bundler/pulsebeam_core.js",
1413
"./node": "./pkg-bundler/pulsebeam_core.js",
1514
"./deno": "./pkg-deno/pulsebeam_core.js"
1615
},
17-
"exclude": [
18-
"!pkg-bundler/",
19-
"!pkg-deno/",
20-
"src",
21-
"tests",
22-
"examples"
16+
"files": [
17+
"pkg-bundler",
18+
"pkg-deno"
2319
]
2420
}

0 commit comments

Comments
 (0)