This commit is contained in:
Aman Varshney
2025-02-12 16:34:33 +05:30
parent 3cffe29a02
commit 5c83a10430
3 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
"build": "next build",
"dev": "next dev",
"start": "next start",
"check": "biome check --write .",
"postinstall": "fumadocs-mdx"
},
"dependencies": {

View File

@@ -4,9 +4,9 @@
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"check": "turbo check",
"prepare": "husky",
"publish-packages": "turbo run build lint && changeset version && changeset publish"
"publish-packages": "turbo run build && changeset publish"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",