diff --git a/frontend/package.json b/frontend/package.json index e7e134e..67d98a7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve", - "build": "ng build --aot --parallel", + "build": "ng build --aot", "build:ci": "npm install -D tailwindcss postcss autoprefixer && ng build", "watch": "ng build --watch --configuration development", "test": "ng test",