Skip to content

Commit 6499f8c

Browse files
Update build script to generate analytics and schema before build
1 parent 30ad582 commit 6499f8c

File tree

4 files changed

+140020
-4
lines changed

4 files changed

+140020
-4
lines changed

apps/web/.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,3 @@ yarn-error.log*
2626
.env*.local
2727
.vercel
2828
next-env.d.ts
29-
30-
/public/analytics-data.json

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": "next build",
6+
"build": "bun run generate-analytics && bun run generate-schema && next build",
77
"dev": "next dev --turbopack",
88
"start": "next start",
99
"check": "biome check --write .",

0 commit comments

Comments
 (0)