Skip to content

Commit d4e2f0e

Browse files
authored
update npmignore for create amplify (#2548)
* update npmignore for create amplify * add changeset
1 parent dfa33a1 commit d4e2f0e

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.changeset/khaki-snails-build.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.changeset/sour-kings-agree.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-amplify': patch
3+
---
4+
5+
unignore default_packages.json

packages/create-amplify/.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@
1616
# In this package we also need to include the templates directory but exclude the expected-cdk-out test assets
1717
!templates/**
1818
templates/**/expected-cdk-out/**
19+
20+
# In this package we need to include default_packages.json
21+
!lib/**/default_packages.json

0 commit comments

Comments
 (0)