Skip to content

Commit

Permalink
Self-compile the legacy library before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher committed Jun 3, 2024
1 parent 5090f02 commit c28f937
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,15 @@
"inputs": ["$TURBO_DEFAULT$", "src/**", "test/**"]
},
"@solana/web3.js#test:live-with-test-validator": {
"dependsOn": ["^compile:js"],
"dependsOn": ["compile:js"],
"inputs": ["$TURBO_DEFAULT$", "src/**", "test/**"]
},
"@solana/web3.js#test:typecheck": {
"dependsOn": ["^compile:typedefs"],
"dependsOn": ["compile:typedefs"],
"inputs": ["$TURBO_DEFAULT$", "src/**", "test/**", "tsconfig.*"]
},
"@solana/web3.js#test:unit:node": {
"dependsOn": ["^compile:js"],
"dependsOn": ["compile:js"],
"inputs": ["$TURBO_DEFAULT$", "src/**", "test/**"]
}
},
Expand Down

0 comments on commit c28f937

Please sign in to comment.