Skip to content

Commit bf4674a

Browse files
committed
test(ci): work around example yarn OOM with packed file in jet dep
1 parent 374ea70 commit bf4674a

File tree

5 files changed

+999
-1714
lines changed

5 files changed

+999
-1714
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ runs:
2727
YARN_ENABLE_IMMUTABLE_INSTALLS: false
2828
run: |
2929
yarn
30+
yarn example:install
3031
cd example
3132
yarn
3233
cd macos

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ android/keystores/debug.keystore
6262

6363
# Yarn
6464
.yarn/*
65+
package.tgz
6566
!.yarn/patches
6667
!.yarn/plugins
6768
!.yarn/releases

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "jest"
1111
},
1212
"dependencies": {
13-
"jet": "file:../",
13+
"jet": "file:../package.tgz",
1414
"react": "18.3.1",
1515
"react-native": "0.76.5",
1616
"react-native-macos": "0.76.5"

0 commit comments

Comments
 (0)