Skip to content

Commit

Permalink
Merge branch 'canary' into revert-45130-revert-again
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Jan 24, 2023
2 parents 8a8e936 + 558d61f commit 85b78b6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,13 @@
},
"typescript": {},
"test-pack": {
"dependsOn": ["^test-pack"],
"inputs": [
"*",
"../../scripts/test-pack-package.mts",
"../../package.json"
],
"dependsOn": ["^test-pack", "test-pack-global-deps"],
"outputs": ["packed-*.tgz"],
"env": ["NEXT_SWC_VERSION"]
},
"test-pack-global-deps": {
"inputs": ["../../scripts/test-pack-package.mts", "../../package.json"],
"cache": false
}
}
}

0 comments on commit 85b78b6

Please sign in to comment.