Browse Source

Fix lint script (#2264)

pull/2267/head
Thomas Kaul 2 years 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", "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",

Loading…
Cancel
Save