Skip to content

Commit 7a9a377

Browse files
committed
chore(release): exclude test/ from published archives via .pubignore
1 parent 445183c commit 7a9a377

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

packages/insforge/.pubignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Files excluded from the published package archive (not from git).
2+
# Tests aren't needed by consumers and keep the package small.
3+
test/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Files excluded from the published package archive (not from git).
2+
# Tests aren't needed by consumers and keep the package small.
3+
test/

0 commit comments

Comments
 (0)