@ -15,7 +15,7 @@
"affected:test" : "nx affected:test" ,
"analyze:client" : "nx run client:build:production --stats-json && webpack-bundle-analyzer -p 1234 dist/apps/client/en/stats.json" ,
"angular" : "node --max_old_space_size=32768 ./node_modules/@angular/cli/bin/ng" ,
"build:production" : "nx run api:copy-assets && nx run api:build:production && nx run client:copy-assets && nx run client:build:production && nx run ui:build-storybook && npm run replace-placeholders-in-build" ,
"build:production" : "npx nx run-many --target=copy-assets --projects=api,client && npx nx run-many --target=build --projects=api,client --configuration=production && npx nx run ui:build-storybook && npm run replace-placeholders-in-build" ,
"build:storybook" : "nx run ui:build-storybook" ,
"database:format-schema" : "prisma format" ,
"database:generate-typings" : "prisma generate" ,