Skip to content

Commit

Permalink
chore: update to Turborepo 2.0.4-canary.2 (#2804)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher committed Jun 12, 2024
1 parent 1a54096 commit 588da27
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 46 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "solana-web3.js-monorepo",
"private": true,
"workspaces": [
"packages/*"
Expand Down Expand Up @@ -28,7 +29,7 @@
"@typescript-eslint/parser": "^6.21.0",
"agadoo": "^3.0.0",
"eslint": "^8.57.0",
"eslint-config-turbo": "^1.13.3",
"eslint-config-turbo": "^2.0.4-canary.2",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
Expand All @@ -44,7 +45,7 @@
"prettier": "^3.3",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"turbo": "^1.13.3",
"turbo": "^2.0.4-canary.2",
"typescript": "^5.4.5"
},
"engineStrict": true,
Expand Down
76 changes: 38 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 9 additions & 6 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"remoteCache": {
"signature": true
},
"tasks": {
"build": {
"dependsOn": [
"compile:js",
Expand Down Expand Up @@ -39,7 +42,8 @@
"test:treeshakability:browser",
"test:treeshakability:native",
"test:treeshakability:node"
]
],
"passThroughEnv": ["GH_TOKEN", "NPM_TOKEN"]
},
"publish-packages-legacy": {
"cache": false,
Expand All @@ -52,7 +56,8 @@
"test:prettier",
"test:typecheck",
"test:unit:node"
]
],
"passThroughEnv": ["GH_TOKEN", "NPM_TOKEN"]
},
"style:fix": {
"inputs": ["$TURBO_DEFAULT$", "*"],
Expand Down Expand Up @@ -146,7 +151,5 @@
"inputs": ["$TURBO_DEFAULT$", "src/**", "test/**"]
}
},
"remoteCache": {
"signature": true
}
"ui": "stream"
}

0 comments on commit 588da27

Please sign in to comment.