We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9447d commit eb076beCopy full SHA for eb076be
.env.production
package.json
@@ -5,7 +5,7 @@
5
"type": "module",
6
"scripts": {
7
"dev": "next dev",
8
- "build": "next build",
+ "build": "TARGET_ENV=testnet node loadEnv.js && next build",
9
"build:mainnet": "TARGET_ENV=production node loadEnv.js && next build",
10
"build:testnet": "TARGET_ENV=testnet node loadEnv.js && next build",
11
"build-static": "next build && next export",
0 commit comments