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

Commit ee15b94

Browse files
committed
fix: fix leaf-sync-ws package including files that should be ignored.
1 parent 48791fa commit ee15b94

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "fix package including files that should be ignored.",
4+
"packageName": "@muni-town/leaf-sync-ws",
5+
"email": "[email protected]",
6+
"dependentChangeType": "prerelease"
7+
}

packages/leaf-sync-ws/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"build": "pkgroll --minify --clean-dist --sourcemap && tsc",
99
"syncserver": "PORT=8095 DB_FILE=./data/data.sqlite npx deno run --import-map syncserver-dev-import-map.json -A --unstable-kv src/deno-server.ts"
1010
},
11+
"files": [
12+
"src",
13+
"dist",
14+
"tsconfig.json"
15+
],
1116
"exports": {
1217
".": {
1318
"types": "./dist/client.d.ts",

0 commit comments

Comments
 (0)