Skip to content

Commit 6b5dca5

Browse files
authored
fix(expo): do not publish plugin tests and sources (#5565)
* [app] npm ignore expo plugin source * [crashlytics] npm ignore expo config plugin src * [perf] npm ignore expo config plugin src tests
1 parent 6cb035c commit 6b5dca5

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

packages/app/.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ android/.idea/scopes/scope_settings.xml
2828
android/.idea/vcs.xml
2929
android/*.iml
3030

31+
# Expo config plugin
32+
plugin/src/
33+
plugin/__tests__/
34+
plugin/tsconfig.json
35+
3136
# Xcode
3237
*.pbxuser
3338
*.mode1v3

packages/crashlytics/.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ android/.idea/scopes/scope_settings.xml
2828
android/.idea/vcs.xml
2929
android/*.iml
3030

31+
# Expo config plugin
32+
plugin/src/
33+
plugin/__tests__/
34+
plugin/tsconfig.json
35+
3136
# Xcode
3237
*.pbxuser
3338
*.mode1v3

packages/perf/.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ android/.idea/scopes/scope_settings.xml
2828
android/.idea/vcs.xml
2929
android/*.iml
3030

31+
# Expo config plugin
32+
plugin/src/
33+
plugin/__tests__/
34+
plugin/tsconfig.json
35+
3136
# Xcode
3237
*.pbxuser
3338
*.mode1v3

0 commit comments

Comments
 (0)