mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add changeset and github workflow
This commit is contained in:
10
package.json
10
package.json
@@ -5,14 +5,16 @@
|
||||
"build": "turbo build",
|
||||
"dev": "turbo dev",
|
||||
"lint": "turbo lint",
|
||||
"prepare": "husky"
|
||||
"prepare": "husky",
|
||||
"publish-packages": "turbo run build lint && changeset version && changeset publish"
|
||||
},
|
||||
"devDependencies": {
|
||||
"turbo": "^2.4.1",
|
||||
"typescript": "5.7.3",
|
||||
"@biomejs/biome": "1.9.4",
|
||||
"@changesets/cli": "^2.27.12",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^15.4.3"
|
||||
"lint-staged": "^15.4.3",
|
||||
"turbo": "^2.4.1",
|
||||
"typescript": "5.7.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*": ["biome check --write ."]
|
||||
|
||||
Reference in New Issue
Block a user