Skip to content

Commit 72d5853

Browse files
committed
fix(ci): updated and installed yarn to fix CI/CD build
1 parent 2734120 commit 72d5853

File tree

3 files changed

+13423
-8
lines changed

3 files changed

+13423
-8
lines changed
File renamed without changes.

package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
],
3434
"scripts": {
3535
"build": "./uuid-fix.sh && bob build",
36-
"example": "./uuid-fix.sh && yarn workspace cbl-reactnative-example",
36+
"example": "./uuid-fix.sh && yarn workspace expo-example",
3737
"test": "jest",
3838
"typecheck": "./uuid-fix.sh && tsc --noEmit",
3939
"lint": "eslint \"**/*.{js,ts,tsx}\"",
40-
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
40+
"clean": "del-cli android/build expo-example/android/build expo-example/android/app/build expo-example/ios/build lib",
4141
"prepare": "./uuid-fix.sh && bob build",
4242
"release": "./uuid-fix.sh && release-it"
4343
},
@@ -60,15 +60,13 @@
6060
"registry": "https://registry.npmjs.org/"
6161
},
6262
"devDependencies": {
63-
"uuid": "^10.0.0",
64-
"react-native-get-random-values": "^1.11.0",
65-
"chai": "^5.1.0",
6663
"@commitlint/config-conventional": "^17.0.2",
6764
"@evilmartians/lefthook": "^1.5.0",
6865
"@react-native/eslint-config": "^0.73.1",
6966
"@release-it/conventional-changelog": "^8.0.1",
7067
"@types/jest": "^29.5.5",
7168
"@types/react": "^18.2.44",
69+
"chai": "^5.1.0",
7270
"commitlint": "^17.0.2",
7371
"del-cli": "^5.1.0",
7472
"eslint": "^8.51.0",
@@ -79,11 +77,11 @@
7977
"react": "18.2.0",
8078
"react-native": "0.74.3",
8179
"react-native-builder-bob": "^0.25.0",
80+
"react-native-get-random-values": "^1.11.0",
8281
"release-it": "^17.5.0",
8382
"turbo": "^1.10.7",
84-
"typescript": "^5.4.2"
85-
},
86-
"dependencies": {
83+
"typescript": "^5.4.2",
84+
"uuid": "^10.0.0"
8785
},
8886
"resolutions": {
8987
"@types/react": "^18.2.44"

0 commit comments

Comments
 (0)