Adding it to the build as well
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "yarn react-env --prefix NEXT_PUBLIC && next dev",
|
||||
"build": "next build",
|
||||
"build": "yarn react-env --prefix NEXT_PUBLIC && next build",
|
||||
"start": "yarn react-env --prefix NEXT_PUBLIC && next start",
|
||||
"lint": "next lint",
|
||||
"prepare": "husky install"
|
||||
|
||||
Reference in New Issue
Block a user