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", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "yarn react-env --prefix NEXT_PUBLIC && next dev", "dev": "next dev",
"build": "yarn react-env --prefix NEXT_PUBLIC && next build", "build": "next build",
"start": "yarn react-env --prefix NEXT_PUBLIC && next start", "start": "next start",
"lint": "next lint", "lint": "next lint",
"prepare": "husky install" "prepare": "husky install"
}, },