Skip to content

Commit ac700bc

Browse files
committed
chore: exclude folder for JSR
1 parent 7ec8052 commit ac700bc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

jsr.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
"experimentalDecorators": true
1313
},
1414
"publish": {
15-
"exclude": ["./sample", "./docker-compose.yml", "./.github"]
15+
"exclude": [
16+
"./sample",
17+
"./docker-compose.yml",
18+
"./.github",
19+
"./CHANGELOG.md",
20+
"./.vscode",
21+
"./.env",
22+
"./.npmignore"
23+
]
1624
}
1725
}

0 commit comments

Comments
 (0)