Fix lint script (#2264)

pull/2267/head
Thomas Kaul 2 years ago committed by GitHub
parent 7d238b4935
commit f41dd9cd8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,7 +34,7 @@
"format:write": "nx format:write",
"help": "nx help",
"import-sort": "import-sort --write '{apps,libs}/**/*.ts'",
"lint": "nx workspace-lint && ng lint",
"lint": "nx lint",
"ng": "nx",
"nx": "nx",
"postinstall": "prisma generate",

Loading…
Cancel
Save