Skip to content

Commit

Permalink
Merge pull request #302 from Shopify/fix-build
Browse files Browse the repository at this point in the history
Fix dist folder not being generated
  • Loading branch information
naqvitalha committed May 27, 2024
2 parents 1795ad2 + 89cf7b8 commit 5fbb3f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ dist

# IDE
.idea

tsconfig.tsbuildinfo
4 changes: 2 additions & 2 deletions fixture/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
boost: 7dcd2de282d72e344012f7d6564d024930a6a440
boost: 57d2868c099736d80fcd648bf211b4431e51a558
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: a31ac2336aea59512b5b982f8e231f65d7d148e1
FBReactNativeSpec: 0976da6bc1ebd3ea9b3a65d04be2c0117d304c4c
Expand Down Expand Up @@ -578,4 +578,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: a12b35c724cb1bdee90e7aa425ae51bb9b251d22

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"composite": true,
"outDir": "./dist",
"baseUrl": "./src",
"rootDir": "./src"
"rootDir": "./src",
"noEmit": false
},
"extends": "./shared/tsconfig.base.json",
"include": ["./src/**/*.ts", "./src/**/*.tsx"],
Expand Down

0 comments on commit 5fbb3f4

Please sign in to comment.