Skip to content

Commit bbea6d7

Browse files
author
Paul Le Cam
authored
Update Ceramic dependencies (#234)
1 parent c7da3dd commit bbea6d7

File tree

3 files changed

+606
-748
lines changed

3 files changed

+606
-748
lines changed

package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "3id",
33
"private": true,
4+
"packageManager": "yarn@1.22.17",
45
"workspaces": [
56
"apps/*",
67
"packages/*"
@@ -11,7 +12,7 @@
1112
"test:ci": "yarn turbo run test:ci",
1213
"lint": "yarn turbo run lint",
1314
"build": "lerna run build:types && yarn turbo run build:js",
14-
"--prepare": "yarn build"
15+
"prepare": "yarn build"
1516
},
1617
"devDependencies": {
1718
"@skypack/package-check": "^0.2.2",
@@ -33,14 +34,5 @@
3334
"typedoc": "^0.22.11",
3435
"typedoc-plugin-markdown": "^3.11.12",
3536
"typescript": "^4.5.4"
36-
},
37-
"turbo": {
38-
"baseBranch": "origin/main",
39-
"pipeline": {
40-
"build:js": {},
41-
"lint": {},
42-
"test": {},
43-
"test:ci": {}
44-
}
4537
}
4638
}

turbo.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"baseBranch": "origin/main",
3+
"pipeline": {
4+
"build:js": {},
5+
"lint": {},
6+
"test": {},
7+
"test:ci": {}
8+
}
9+
}

0 commit comments

Comments
 (0)