From 3c72d57b2c12be57a693b6c90a4cdb58de7368a9 Mon Sep 17 00:00:00 2001 From: IvanIhnatsiuk Date: Wed, 30 Oct 2024 01:51:44 +0100 Subject: [PATCH] fix: remove turbo cache --- package.json | 1 - turbo.json | 34 ------------------------- yarn.lock | 72 ---------------------------------------------------- 3 files changed, 107 deletions(-) delete mode 100644 turbo.json diff --git a/package.json b/package.json index fcea184..a143ea7 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,6 @@ "react-native": "0.76.1", "react-native-builder-bob": "^0.20.0", "release-it": "^15.0.0", - "turbo": "2.2.3", "typescript": "^5.0.2" }, "resolutions": { diff --git a/turbo.json b/turbo.json deleted file mode 100644 index b7e00bb..0000000 --- a/turbo.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "$schema": "https://turbo.build/schema.json", - "tasks": { - "build:android": { - "inputs": [ - "package.json", - "android", - "!android/build", - "src/*.ts", - "src/*.tsx", - "example/package.json", - "example/android", - "!example/android/.gradle", - "!example/android/build", - "!example/android/app/build" - ], - "outputs": [] - }, - "build:ios": { - "inputs": [ - "package.json", - "*.podspec", - "ios", - "src/*.ts", - "src/*.tsx", - "example/package.json", - "example/ios", - "!example/ios/build", - "!example/ios/Pods" - ], - "outputs": [] - } - } -} diff --git a/yarn.lock b/yarn.lock index 96f7bac..b25af3a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11187,7 +11187,6 @@ __metadata: react-native: 0.76.1 react-native-builder-bob: ^0.20.0 release-it: ^15.0.0 - turbo: 2.2.3 typescript: ^5.0.2 peerDependencies: react: "*" @@ -12834,77 +12833,6 @@ __metadata: languageName: node linkType: hard -"turbo-darwin-64@npm:2.2.3": - version: 2.2.3 - resolution: "turbo-darwin-64@npm:2.2.3" - conditions: os=darwin & cpu=x64 - languageName: node - linkType: hard - -"turbo-darwin-arm64@npm:2.2.3": - version: 2.2.3 - resolution: "turbo-darwin-arm64@npm:2.2.3" - conditions: os=darwin & cpu=arm64 - languageName: node - linkType: hard - -"turbo-linux-64@npm:2.2.3": - version: 2.2.3 - resolution: "turbo-linux-64@npm:2.2.3" - conditions: os=linux & cpu=x64 - languageName: node - linkType: hard - -"turbo-linux-arm64@npm:2.2.3": - version: 2.2.3 - resolution: "turbo-linux-arm64@npm:2.2.3" - conditions: os=linux & cpu=arm64 - languageName: node - linkType: hard - -"turbo-windows-64@npm:2.2.3": - version: 2.2.3 - resolution: "turbo-windows-64@npm:2.2.3" - conditions: os=win32 & cpu=x64 - languageName: node - linkType: hard - -"turbo-windows-arm64@npm:2.2.3": - version: 2.2.3 - resolution: "turbo-windows-arm64@npm:2.2.3" - conditions: os=win32 & cpu=arm64 - languageName: node - linkType: hard - -"turbo@npm:2.2.3": - version: 2.2.3 - resolution: "turbo@npm:2.2.3" - dependencies: - turbo-darwin-64: 2.2.3 - turbo-darwin-arm64: 2.2.3 - turbo-linux-64: 2.2.3 - turbo-linux-arm64: 2.2.3 - turbo-windows-64: 2.2.3 - turbo-windows-arm64: 2.2.3 - dependenciesMeta: - turbo-darwin-64: - optional: true - turbo-darwin-arm64: - optional: true - turbo-linux-64: - optional: true - turbo-linux-arm64: - optional: true - turbo-windows-64: - optional: true - turbo-windows-arm64: - optional: true - bin: - turbo: bin/turbo - checksum: 3ce5548b761800d463fff58f9d861ac951c1a53065417328b1abaa8b10bd4eee43506453b4e59ee6ad85b64f6017fff9c1c02c01e01906f73d9c48fa02ec7cab - languageName: node - linkType: hard - "type-check@npm:^0.4.0, type-check@npm:~0.4.0": version: 0.4.0 resolution: "type-check@npm:0.4.0"