Skip to content

Commit 5fbb3f4

Browse files
authored
Merge pull request #302 from Shopify/fix-build
Fix dist folder not being generated
2 parents 1795ad2 + 89cf7b8 commit 5fbb3f4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ dist
99

1010
# IDE
1111
.idea
12+
13+
tsconfig.tsbuildinfo

fixture/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ EXTERNAL SOURCES:
532532
:path: "../node_modules/react-native/ReactCommon/yoga"
533533

534534
SPEC CHECKSUMS:
535-
boost: 7dcd2de282d72e344012f7d6564d024930a6a440
535+
boost: 57d2868c099736d80fcd648bf211b4431e51a558
536536
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
537537
FBLazyVector: a31ac2336aea59512b5b982f8e231f65d7d148e1
538538
FBReactNativeSpec: 0976da6bc1ebd3ea9b3a65d04be2c0117d304c4c
@@ -578,4 +578,4 @@ SPEC CHECKSUMS:
578578

579579
PODFILE CHECKSUM: a12b35c724cb1bdee90e7aa425ae51bb9b251d22
580580

581-
COCOAPODS: 1.14.3
581+
COCOAPODS: 1.15.2

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"composite": true,
44
"outDir": "./dist",
55
"baseUrl": "./src",
6-
"rootDir": "./src"
6+
"rootDir": "./src",
7+
"noEmit": false
78
},
89
"extends": "./shared/tsconfig.base.json",
910
"include": ["./src/**/*.ts", "./src/**/*.tsx"],

0 commit comments

Comments
 (0)