Adding it to the build as well

This commit is contained in:
Tiago Ribeiro
2023-11-26 22:13:02 +00:00
parent 472d4a3331
commit 8cbec131fe

View File

@@ -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"