Fixed build for all the packages

This commit is contained in:
VitoAlbano
2024-10-11 22:53:41 +01:00
committed by Vito Albano
parent 1def5dcc0a
commit 62baa655ed
18 changed files with 5930 additions and 567 deletions

View File

@@ -50,7 +50,7 @@
}
},
"lint": {
"executor": "@nrwl/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["lib/cli/**/*.ts", "lib/cli/**/*.html"]
}