fix(build): exclude partial typedefs and test bundle from package
This commit is contained in:
parent
547e0261bc
commit
da0e080a0a
|
@ -7,6 +7,9 @@ out/cache/
|
|||
out/*.html
|
||||
out/*.json
|
||||
out/*.map
|
||||
out/src/
|
||||
out/test/
|
||||
out/test.*
|
||||
scripts/
|
||||
src/
|
||||
test/
|
||||
|
@ -24,4 +27,4 @@ package-lock.json
|
|||
renovate.json
|
||||
tsconfig.json
|
||||
yarn-*
|
||||
yarn.lock
|
||||
yarn.lock
|
||||
|
|
Loading…
Reference in New Issue