Skip to content

Commit eb076be

Browse files
committed
testnet only
1 parent 4c9447d commit eb076be

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.env.production

-7
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"dev": "next dev",
8-
"build": "next build",
8+
"build": "TARGET_ENV=testnet node loadEnv.js && next build",
99
"build:mainnet": "TARGET_ENV=production node loadEnv.js && next build",
1010
"build:testnet": "TARGET_ENV=testnet node loadEnv.js && next build",
1111
"build-static": "next build && next export",

0 commit comments

Comments
 (0)