remove generate analytic script in build

This commit is contained in:
Aman Varshney
2025-06-09 01:06:14 +05:30
parent 83e08f0636
commit 6af9d2a8ee
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"build": "bun scripts/generate-analytics.ts && next build",
"build": "next build",
"dev": "next dev --turbopack",
"start": "next start",
"check": "biome check --write .",

View File

@@ -14,7 +14,7 @@
},
"apps/cli": {
"name": "create-better-t-stack",
"version": "2.16.2",
"version": "2.16.5",
"bin": {
"create-better-t-stack": "dist/index.js",
},