Skip to content

Commit 62bfcce

Browse files
authored
chore: change .npmignore to not exclude core folder (#119)
1 parent 90b3fc9 commit 62bfcce

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

packages/base/.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
test/
1+
test/
2+
!core

packages/core/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ lib/
33
node_modules/
44
overlay/
55
temp/
6+
!core

packages/main/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ rollup*
1515
serve.json
1616
ui5.yaml
1717
wdio.conf.js
18+
!core

0 commit comments

Comments
 (0)