"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"test:run": "vitest",
"test": "firebase emulators:exec 'npm run test:run'"
},
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"test:run": "vitest",
"test": "firebase emulators:exec 'npm run test:run'"
},