Updated executor to new @nx

This commit is contained in:
VitoAlbano
2024-07-05 13:05:23 +01:00
parent afbfc7fe31
commit a520ba3595

View File

@@ -6,7 +6,7 @@
"prefix": "adf",
"targets": {
"build": {
"executor": "@nrwl/js:tsc",
"executor": "@nx/js:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/libs/js-api",