Skip to content

Commit 6af9d2a

Browse files
remove generate analytic script in build
1 parent 83e08f0 commit 6af9d2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {
6-
"build": "bun scripts/generate-analytics.ts && next build",
6+
"build": "next build",
77
"dev": "next dev --turbopack",
88
"start": "next start",
99
"check": "biome check --write .",

bun.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"apps/cli": {
1616
"name": "create-better-t-stack",
17-
"version": "2.16.2",
17+
"version": "2.16.5",
1818
"bin": {
1919
"create-better-t-stack": "dist/index.js",
2020
},

0 commit comments

Comments
 (0)