add changeset and github workflow

This commit is contained in:
Aman Varshney
2025-02-12 13:23:52 +05:30
parent cc8850d7c2
commit c62f88711f
5 changed files with 228 additions and 12 deletions

View File

@@ -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 ."]