mirror of
https://github.com/Blah-IM/typescript-core.git
synced 2025-05-16 23:41:08 +00:00
chore: exclude other files from jsr publish
This commit is contained in:
parent
ce48c65b0b
commit
3eabba3466
1 changed files with 4 additions and 0 deletions
|
@ -13,5 +13,9 @@
|
|||
},
|
||||
"tasks": {
|
||||
"build:npm": "deno run ./scripts/build_npm.ts"
|
||||
},
|
||||
"publish": {
|
||||
"include": ["LICENSE", "README.md", "crypto", "identity"],
|
||||
"exclude": ["**/*.test.ts"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue