Skip to content

Commit 395ed18

Browse files
authored
chore: correct publish executor (#378)
Signed-off-by: Todd Baert <[email protected]>
1 parent 1adcffc commit 395ed18

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

libs/hooks/open-telemetry/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
}
4848
},
4949
"publish": {
50-
"executor": "@nx/workspace:run-commands",
50+
"executor": "nx:run-commands",
5151
"options": {
5252
"command": "npm run publish-if-not-exists",
5353
"cwd": "dist/libs/hooks/open-telemetry"

libs/providers/env-var/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"projectType": "library",
66
"targets": {
77
"publish": {
8-
"executor": "@nx/workspace:run-commands",
8+
"executor": "nx:run-commands",
99
"options": {
1010
"command": "npm run publish-if-not-exists",
1111
"cwd": "dist/libs/providers/env-var"

libs/providers/go-feature-flag/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"projectType": "library",
66
"targets": {
77
"publish": {
8-
"executor": "@nx/workspace:run-commands",
8+
"executor": "nx:run-commands",
99
"options": {
1010
"command": "npm run publish-if-not-exists",
1111
"cwd": "dist/libs/providers/go-feature-flag"

libs/providers/in-memory/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"projectType": "library",
66
"targets": {
77
"publish": {
8-
"executor": "@nx/workspace:run-commands",
8+
"executor": "nx:run-commands",
99
"options": {
1010
"command": "npm run publish-if-not-exists",
1111
"cwd": "dist/libs/providers/in-memory"

0 commit comments

Comments
 (0)