|
|
@ -13,8 +13,8 @@
|
|
|
|
"affected:lint": "nx affected:lint",
|
|
|
|
"affected:lint": "nx affected:lint",
|
|
|
|
"affected:test": "nx affected:test",
|
|
|
|
"affected:test": "nx affected:test",
|
|
|
|
"angular": "node --max_old_space_size=32768 ./node_modules/@angular/cli/bin/ng",
|
|
|
|
"angular": "node --max_old_space_size=32768 ./node_modules/@angular/cli/bin/ng",
|
|
|
|
"build:all": "ng build --configuration production api && ng build --configuration production client && yarn replace-placeholders-in-build",
|
|
|
|
"build:all": "nx run api:build:production && nx run client:build:production && yarn replace-placeholders-in-build",
|
|
|
|
"build:dev": "nx build api && nx build client && yarn replace-placeholders-in-build",
|
|
|
|
"build:dev": "nx run api:build && nx run client:build && yarn replace-placeholders-in-build",
|
|
|
|
"build:storybook": "nx run ui:build-storybook",
|
|
|
|
"build:storybook": "nx run ui:build-storybook",
|
|
|
|
"clean": "rimraf dist",
|
|
|
|
"clean": "rimraf dist",
|
|
|
|
"database:format-schema": "prisma format",
|
|
|
|
"database:format-schema": "prisma format",
|
|
|
|