File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 47
47
}
48
48
},
49
49
"publish" : {
50
- "executor" : " @nx/workspace :run-commands" ,
50
+ "executor" : " nx :run-commands" ,
51
51
"options" : {
52
52
"command" : " npm run publish-if-not-exists" ,
53
53
"cwd" : " dist/libs/hooks/open-telemetry"
Original file line number Diff line number Diff line change 5
5
"projectType" : " library" ,
6
6
"targets" : {
7
7
"publish" : {
8
- "executor" : " @nx/workspace :run-commands" ,
8
+ "executor" : " nx :run-commands" ,
9
9
"options" : {
10
10
"command" : " npm run publish-if-not-exists" ,
11
11
"cwd" : " dist/libs/providers/env-var"
Original file line number Diff line number Diff line change 5
5
"projectType" : " library" ,
6
6
"targets" : {
7
7
"publish" : {
8
- "executor" : " @nx/workspace :run-commands" ,
8
+ "executor" : " nx :run-commands" ,
9
9
"options" : {
10
10
"command" : " npm run publish-if-not-exists" ,
11
11
"cwd" : " dist/libs/providers/go-feature-flag"
Original file line number Diff line number Diff line change 5
5
"projectType" : " library" ,
6
6
"targets" : {
7
7
"publish" : {
8
- "executor" : " @nx/workspace :run-commands" ,
8
+ "executor" : " nx :run-commands" ,
9
9
"options" : {
10
10
"command" : " npm run publish-if-not-exists" ,
11
11
"cwd" : " dist/libs/providers/in-memory"
You can’t perform that action at this time.
0 commit comments