diff --git a/frontend/package.json b/frontend/package.json index d40ad321..c5525081 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev", - "build": "find . -path './node_modules' -prune -o -name '*.gz' -exec gzip --decompress {} + && next build", + "build": "next build", "start": "next start", "lint": "next lint", "lint:fix": "next lint --fix",