Skip to content

Commit

Permalink
fix: exclude scripts folder when building typescript types
Browse files Browse the repository at this point in the history
  • Loading branch information
dawhitla committed Aug 8, 2023
1 parent 97ea749 commit 246db48
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions example/ios/AmazonIvsExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
EXCLUDED_ARCHS = "";
INFOPLIST_FILE = AmazonIvsExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.4.0;
MARKETING_VERSION = 1.4.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -624,7 +624,7 @@
EXCLUDED_ARCHS = "";
INFOPLIST_FILE = AmazonIvsExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.4.0;
MARKETING_VERSION = 1.4.1;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- amazon-ivs-react-native-player (1.4.0):
- amazon-ivs-react-native-player (1.4.1):
- AmazonIVSPlayer (~> 1.18.0)
- React-Core
- AmazonIVSPlayer (1.18.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amazon-ivs-react-native-player",
"version": "1.4.0",
"version": "1.4.1",
"description": "amazon-ivs-react-native-player",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

{
"extends": "./tsconfig",
"exclude": ["example"]
"exclude": ["example", "scripts"]
}

0 comments on commit 246db48

Please sign in to comment.