Skip to content

Commit 86c1ee6

Browse files
committed
chore(app): remove preview validate workaround script
1 parent 5af8360 commit 86c1ee6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
"env:pull:preview": "better-env pull --environment preview",
88
"env:pull:production": "better-env pull --environment production",
99
"env:validate": "better-env validate --environment development",
10-
"env:validate:preview": "bun --env-file=.env.preview node_modules/.bin/better-env validate --environment production",
11-
"// NOTE env:validate:preview": "CLI workaround: runs production validation and does not exercise preview-only schema checks. Preview schema source of truth: app/better-env.ts",
1210
"env:validate:production": "better-env validate --environment production",
1311
"build:preview": "bun --env-file=.env.preview run build",
1412
"dev": "bun run env:validate && next dev",

0 commit comments

Comments
 (0)