Skip to content

Commit

Permalink
chore: update turbo (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
ditoglez authored Dec 20, 2023
1 parent 832e984 commit 92b4121
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 36 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"eslint": "^8.52.0",
"prettier": "^3.0.3",
"turbo": "latest"
"turbo": "^1.11.2"
},
"packageManager": "pnpm@8.6.10",
"name": "idos-sdk-js"
Expand Down
44 changes: 22 additions & 22 deletions pnpm-lock.yaml

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

18 changes: 5 additions & 13 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,13 @@
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"idos-data-dashboard#build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"idos-enclave#build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"idos-example-dapp#build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},

"dev": {
"cache": false,
"persistent": true
}
},

"cleanup": {},
"lint": {}
}
}

2 comments on commit 92b4121

@vercel
Copy link

@vercel vercel bot commented on 92b4121 Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

idos-enclave – ./apps/idos-enclave

idos-enclave-git-main-fractal-id.vercel.app
idos-enclave-fractal-id.vercel.app
idos-enclave.vercel.app
enclave.idos.network

@vercel
Copy link

@vercel vercel bot commented on 92b4121 Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

idos-example-dapp – ./apps/idos-example-dapp

idos-example-dapp-git-main-fractal-id.vercel.app
idos-example-dapp-fractal-id.vercel.app
idos-example-dapp.vercel.app

Please sign in to comment.