feat(build): 👷 Don't minify/bundle/compile packages in release

This commit is contained in:
Jesse Wierzbinski 2024-06-07 15:01:47 -10:00
parent c54558abdf
commit 4542750159
No known key found for this signature in database
4 changed files with 18 additions and 5 deletions

View file

@ -39,9 +39,8 @@
},
"exports": {
".": {
"import": "./dist/index.js",
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
"import": "./index.ts",
"default": "./index.ts"
}
},
"funding": {