💚 fix ci builds please
This commit is contained in:
parent
df376480d5
commit
0e4d363af9
8 changed files with 182 additions and 405 deletions
14
package.json
14
package.json
|
|
@ -1,10 +1,8 @@
|
|||
{
|
||||
"name": "fixbluesky",
|
||||
"private": true,
|
||||
"packageManager": "yarn@4.5.0",
|
||||
"volta": {
|
||||
"node": "21.7.3",
|
||||
"yarn": "4.1.1"
|
||||
"node": "21.7.3"
|
||||
},
|
||||
"type": "module",
|
||||
"main": "./dist/main.js",
|
||||
|
|
@ -18,8 +16,7 @@
|
|||
"scripts": {
|
||||
"dev": "tsx ./src/main.ts",
|
||||
"lint": "biome ci ./src/**/*",
|
||||
"build": "pkgroll",
|
||||
"postinstall": "lefthook install"
|
||||
"build": "pkgroll"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "1.7.1",
|
||||
|
|
@ -31,6 +28,7 @@
|
|||
"commitlint-config-gitmoji": "^2.3.1",
|
||||
"lefthook": "^1.7.18",
|
||||
"pkgroll": "2.0.2",
|
||||
"semantic-release": "^24.1.2",
|
||||
"semantic-release-gitmoji": "^1.6.8",
|
||||
"tsx": "4.7.2",
|
||||
"typescript": "5.4.5"
|
||||
|
|
@ -39,7 +37,7 @@
|
|||
"@atproto/api": "0.12.5",
|
||||
"@hono/node-server": "1.11.0",
|
||||
"hono": "4.2.7",
|
||||
"ioredis": "5.4.1",
|
||||
"semantic-release": "^24.1.2"
|
||||
}
|
||||
"ioredis": "5.4.1"
|
||||
},
|
||||
"packageManager": "yarn@4.5.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue