Skip to content

Commit

Permalink
🪲 Turbo cache (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Nov 19, 2024
1 parent c0ff14b commit 8730c48
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 52 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ node_modules/

# Build artifacts
dist
*.dbg.json

# Github actions
.netrc
Expand Down
1 change: 0 additions & 1 deletion packages/oapp-evm-upgradeable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 0 additions & 8 deletions packages/oapp-evm-upgradeable/turbo.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/oapp-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 0 additions & 8 deletions packages/oapp-evm/turbo.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/oft-evm-upgradeable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 0 additions & 8 deletions packages/oft-evm-upgradeable/turbo.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/oft-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 0 additions & 8 deletions packages/oft-evm/turbo.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/onft-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
15 changes: 0 additions & 15 deletions packages/onft-evm/turbo.json

This file was deleted.

0 comments on commit 8730c48

Please sign in to comment.