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", "prefix": "adf",
"targets": { "targets": {
"build": { "build": {
"executor": "@nrwl/js:tsc", "executor": "@nx/js:tsc",
"outputs": ["{options.outputPath}"], "outputs": ["{options.outputPath}"],
"options": { "options": {
"outputPath": "dist/libs/js-api", "outputPath": "dist/libs/js-api",