Skip to content

Commit

Permalink
chore: upgrade turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Aug 30, 2024
1 parent 2555b28 commit dde31be
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 31 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "istanbul-toolkit",
"private": true,
"packageManager": "[email protected]",
"description": "istanbul toolkit",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -43,7 +44,7 @@
"simple-git-hooks": "^2.11.1",
"taze": "^0.16.7",
"tsup": "^8.2.4",
"turbo": "^1.13.4",
"turbo": "^2.1.0",
"typescript": "^5.5.4"
},
"simple-git-hooks": {
Expand Down
58 changes: 29 additions & 29 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"tasks": {
"build": {
"outputs": ["dist/**"],
"dependsOn": ["^build"]
Expand Down

0 comments on commit dde31be

Please sign in to comment.