import csv with account name or id (#654)

* import csv with account id
This commit is contained in:
Ronald Konjer
2022-01-29 17:27:33 +01:00
committed by GitHub
parent 62885ea890
commit 919b20197f
4 changed files with 55 additions and 24 deletions

View File

@ -14,6 +14,7 @@
"affected:test": "nx affected:test",
"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:dev": "nx build api && nx build client && yarn replace-placeholders-in-build",
"build:storybook": "nx run ui:build-storybook",
"clean": "rimraf dist",
"database:format-schema": "prisma format",