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