mirror of
https://github.com/danbulant/jose
synced 2026-05-24 20:41:46 +00:00
build: fix release dist file exclusion
This commit is contained in:
parent
4fecada4ef
commit
23061a2178
1 changed files with 2 additions and 2 deletions
|
|
@ -267,8 +267,8 @@
|
|||
"dist/**/*.js",
|
||||
"dist/types/**/*.d.ts",
|
||||
"!dist/types/**/*.i.d.ts",
|
||||
"!dist/types/runtime*",
|
||||
"!dist/types/lib*",
|
||||
"!dist/types/runtime/*",
|
||||
"!dist/types/lib/*",
|
||||
"dist/types/lib/jwt_producer.d.ts"
|
||||
],
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue