From 3f6db3891bfd432d9c014f356d0d413a7d16495a Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Tue, 13 Sep 2022 21:44:54 +0200 Subject: [PATCH] Update postinstall script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cca00ae1d..0c969510b 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 && nx run client:build:production --localize", + "postinstall": "prisma generate && ngcc --properties es2020 browser module main && yarn build:dev", "replace-placeholders-in-build": "node ./replace.build.js", "start": "node dist/apps/api/main", "start:client": "ng serve client --configuration=development-en --hmr -o",