From 8730c48c0954eadba6b46d6acd76c29cf0bed571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Jakub=20Nani=C5=A1ta?= Date: Tue, 19 Nov 2024 11:49:17 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=B2=20Turbo=20cache=20(#1044)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + packages/oapp-evm-upgradeable/package.json | 1 - packages/oapp-evm-upgradeable/turbo.json | 8 -------- packages/oapp-evm/package.json | 1 - packages/oapp-evm/turbo.json | 8 -------- packages/oft-evm-upgradeable/package.json | 1 - packages/oft-evm-upgradeable/turbo.json | 8 -------- packages/oft-evm/package.json | 1 - packages/oft-evm/turbo.json | 8 -------- packages/onft-evm/package.json | 1 - packages/onft-evm/turbo.json | 15 --------------- 11 files changed, 1 insertion(+), 52 deletions(-) delete mode 100644 packages/oapp-evm-upgradeable/turbo.json delete mode 100644 packages/oapp-evm/turbo.json delete mode 100644 packages/oft-evm-upgradeable/turbo.json delete mode 100644 packages/oft-evm/turbo.json delete mode 100644 packages/onft-evm/turbo.json diff --git a/.gitignore b/.gitignore index 273a61af8..10a416da4 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ node_modules/ # Build artifacts dist +*.dbg.json # Github actions .netrc diff --git a/packages/oapp-evm-upgradeable/package.json b/packages/oapp-evm-upgradeable/package.json index 2c7fed41d..658b1e2d5 100644 --- a/packages/oapp-evm-upgradeable/package.json +++ b/packages/oapp-evm-upgradeable/package.json @@ -29,7 +29,6 @@ "test/**/*" ], "scripts": { - "build": "$npm_execpath compile", "clean": "rm -rf .turbo cache artifacts", "compile": "$npm_execpath forge build", "test": "$npm_execpath forge test" diff --git a/packages/oapp-evm-upgradeable/turbo.json b/packages/oapp-evm-upgradeable/turbo.json deleted file mode 100644 index f58771b8c..000000000 --- a/packages/oapp-evm-upgradeable/turbo.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": ["//"], - "pipeline": { - "build": { - "outputs": ["dist/**", "artifacts*/**", "cache*/**"] - } - } -} diff --git a/packages/oapp-evm/package.json b/packages/oapp-evm/package.json index 8a54b005c..85796087c 100644 --- a/packages/oapp-evm/package.json +++ b/packages/oapp-evm/package.json @@ -28,7 +28,6 @@ "test/**/*" ], "scripts": { - "build": "$npm_execpath compile", "clean": "rm -rf .turbo cache artifacts", "compile": "$npm_execpath forge build", "test": "$npm_execpath forge test" diff --git a/packages/oapp-evm/turbo.json b/packages/oapp-evm/turbo.json deleted file mode 100644 index f58771b8c..000000000 --- a/packages/oapp-evm/turbo.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": ["//"], - "pipeline": { - "build": { - "outputs": ["dist/**", "artifacts*/**", "cache*/**"] - } - } -} diff --git a/packages/oft-evm-upgradeable/package.json b/packages/oft-evm-upgradeable/package.json index 2dc66c565..af7f18cfc 100644 --- a/packages/oft-evm-upgradeable/package.json +++ b/packages/oft-evm-upgradeable/package.json @@ -37,7 +37,6 @@ "test/**/*" ], "scripts": { - "build": "$npm_execpath compile", "clean": "rimraf .turbo cache out artifacts", "compile": "$npm_execpath compile:forge", "compile:forge": "$npm_execpath forge build", diff --git a/packages/oft-evm-upgradeable/turbo.json b/packages/oft-evm-upgradeable/turbo.json deleted file mode 100644 index 07b634ad1..000000000 --- a/packages/oft-evm-upgradeable/turbo.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": ["//"], - "pipeline": { - "build": { - "outputs": ["artifacts*/**", "cache*/**", "out/**", "node_modules/**"] - } - } -} diff --git a/packages/oft-evm/package.json b/packages/oft-evm/package.json index 7e041f554..7fc86cc57 100644 --- a/packages/oft-evm/package.json +++ b/packages/oft-evm/package.json @@ -37,7 +37,6 @@ "test/**/*" ], "scripts": { - "build": "$npm_execpath compile", "clean": "rimraf .turbo cache out artifacts", "compile": "$npm_execpath compile:forge", "compile:forge": "$npm_execpath forge build", diff --git a/packages/oft-evm/turbo.json b/packages/oft-evm/turbo.json deleted file mode 100644 index 07b634ad1..000000000 --- a/packages/oft-evm/turbo.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": ["//"], - "pipeline": { - "build": { - "outputs": ["artifacts*/**", "cache*/**", "out/**", "node_modules/**"] - } - } -} diff --git a/packages/onft-evm/package.json b/packages/onft-evm/package.json index ebd1b2df4..111a532b1 100644 --- a/packages/onft-evm/package.json +++ b/packages/onft-evm/package.json @@ -34,7 +34,6 @@ "contracts/**/*" ], "scripts": { - "build": "$npm_execpath compile", "clean": "rimraf .turbo cache out artifacts", "compile": "$npm_execpath compile:forge", "compile:forge": "forge build", diff --git a/packages/onft-evm/turbo.json b/packages/onft-evm/turbo.json deleted file mode 100644 index d663f5d46..000000000 --- a/packages/onft-evm/turbo.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "extends": ["//"], - "pipeline": { - "build": { - "outputs": [ - "dist/**", - "artifacts*/**", - "hh-cache*/**", - "cache*/**", - "src/typechain-types/**", - "out/**" - ] - } - } -}