Remove metamigo-frontend from build

This commit is contained in:
Darren Clarke 2024-03-06 11:08:48 +01:00
parent 4e0b5ae215
commit 2f70dc9e8a
3 changed files with 3 additions and 4 deletions

View file

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build-xxx": "next build",
"start": "next start",
"lint": "next lint"
},