mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 22:53:25 +00:00
chore: add release-it package
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
"lint": "eslint .",
|
||||
"format": "prettier --write .",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"prepare": "husky"
|
||||
"prepare": "husky",
|
||||
"release": "release-it"
|
||||
},
|
||||
"imports": {
|
||||
"#controllers/*": "./app/controllers/*.js",
|
||||
@@ -59,6 +60,7 @@
|
||||
"lint-staged": "^15.2.5",
|
||||
"pino-pretty": "^11.1.0",
|
||||
"prettier": "^3.3.0",
|
||||
"release-it": "^17.3.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^5.2.12"
|
||||
@@ -121,5 +123,8 @@
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.js,*.ts,*.jsx,*.tsx": "eslint --cache --fix"
|
||||
},
|
||||
"volta": {
|
||||
"node": "22.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user