Browse Source

Fix lint script (#2264)

pull/2267/head
Thomas Kaul 1 year ago
committed by GitHub
parent
commit
f41dd9cd8e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json

2
package.json

@ -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