|
@ -37,7 +37,7 @@ |
|
|
"lint": "nx workspace-lint && ng lint", |
|
|
"lint": "nx workspace-lint && ng lint", |
|
|
"ng": "nx", |
|
|
"ng": "nx", |
|
|
"nx": "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", |
|
|
"replace-placeholders-in-build": "node ./replace.build.js", |
|
|
"start": "node dist/apps/api/main", |
|
|
"start": "node dist/apps/api/main", |
|
|
"start:client": "ng serve client --configuration=development-en --hmr -o", |
|
|
"start:client": "ng serve client --configuration=development-en --hmr -o", |
|
|