Skip to content

Commit 6b33f9c

Browse files
authored
Merge pull request #3 from InsForge/docs/pre-release
chore(release): exclude test/ from published archives (.pubignore)
2 parents 445183c + 7a9a377 commit 6b33f9c

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)