Skip to content

Commit 5748332

Browse files
committed
🔧 Adds npmignore to avoid publishing unwanted files and folders
1 parent 2e25982 commit 5748332

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/smart-beers-attack.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@codeshift/cli': patch
3+
---
4+
5+
Adds npmignore to avoid publishing unwanted files and folders

packages/cli/.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
src/
2+
tsconfig.json

0 commit comments

Comments
 (0)