👷 added in lefthook, commitlint, and semantic-release
Some checks failed
Build Docker Image / build-image (push) Failing after 37s
Semver / semver (push) Failing after 32s

This commit is contained in:
Rose 2024-10-16 11:46:57 -05:00
parent 2e62c38ff2
commit be3058d17a
No known key found for this signature in database
7 changed files with 4601 additions and 14 deletions

View file

@ -18,12 +18,17 @@
"scripts": {
"dev": "tsx ./src/main.ts",
"lint": "biome ci ./src/**/*",
"build": "pkgroll"
"build": "pkgroll",
"postinstall": "lefthook install"
},
"devDependencies": {
"@biomejs/biome": "1.7.1",
"@types/node": "20.12.7",
"commitlint": "^19.5.0",
"commitlint-config-gitmoji": "^2.3.1",
"lefthook": "^1.7.18",
"pkgroll": "2.0.2",
"semantic-release-gitmoji": "^1.6.8",
"tsx": "4.7.2",
"typescript": "5.4.5"
},
@ -31,6 +36,7 @@
"@atproto/api": "0.12.5",
"@hono/node-server": "1.11.0",
"hono": "4.2.7",
"ioredis": "5.4.1"
"ioredis": "5.4.1",
"semantic-release": "^24.1.2"
}
}