diff --git a/package.json b/package.json index 0c969510b..5bd4074b3 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "lint": "nx workspace-lint && ng lint", "ng": "nx", "nx": "nx", - "postinstall": "prisma generate && ngcc --properties es2020 browser module main && yarn build:dev", + "postinstall": "prisma generate && ngcc --properties es2020 browser module main", "replace-placeholders-in-build": "node ./replace.build.js", "start": "node dist/apps/api/main", "start:client": "ng serve client --configuration=development-en --hmr -o",