Skip to content

Commit 45e2942

Browse files
authored
remove --env-file=.env in prebuild (graphql#1758)
1 parent bb605fa commit 45e2942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"packageManager": "[email protected]",
77
"scripts": {
8-
"prebuild": "tsx --env-file=.env src/get-github-info.ts",
8+
"prebuild": "tsx src/get-github-info.ts",
99
"build": "next build && next-image-export-optimizer",
1010
"dev": "next",
1111
"format": "pnpm format:check --write",

0 commit comments

Comments
 (0)