Removed the previous stuff

This commit is contained in:
Tiago Ribeiro
2023-11-26 22:34:59 +00:00
parent ebda1e1717
commit dbb5e131fc

View File

@@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "yarn react-env --prefix NEXT_PUBLIC && next dev",
"build": "yarn react-env --prefix NEXT_PUBLIC && next build",
"start": "yarn react-env --prefix NEXT_PUBLIC && next start",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},