diff --git a/package.json b/package.json index 73538570f9..b013a1621e 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "..." ], "scripts": { - "build:frontend": "cd frontend && ng build --configuration production --output-hashing=none --vendor-chunk=true --source-map=false", + "build:frontend": "cd frontend && ng build --output-hashing=none --vendor-chunk=true --source-map=false", "build:server": "tsc", "cypress:open": "cypress open", "cypress:run": "cypress run",