Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
package.json
|
@ -34,7 +34,7 @@ |
|
|
"format:write": "nx format:write", |
|
|
"format:write": "nx format:write", |
|
|
"help": "nx help", |
|
|
"help": "nx help", |
|
|
"import-sort": "import-sort --write '{apps,libs}/**/*.ts'", |
|
|
"import-sort": "import-sort --write '{apps,libs}/**/*.ts'", |
|
|
"lint": "nx workspace-lint && ng lint", |
|
|
"lint": "nx lint", |
|
|
"ng": "nx", |
|
|
"ng": "nx", |
|
|
"nx": "nx", |
|
|
"nx": "nx", |
|
|
"postinstall": "prisma generate", |
|
|
"postinstall": "prisma generate", |
|
|