File tree 3 files changed +6
-45
lines changed
install-npm-package-globally
3 files changed +6
-45
lines changed Original file line number Diff line number Diff line change 6
6
"tags" : [],
7
7
"targets" : {
8
8
"test" : {
9
- "executor" : " nx:run-commands" ,
10
- "options" : {
11
- "command" : " devcontainer features test --skip-autogenerated -p devcontainer-features/install-npm-package-globally -f install-npm-package-globally -i mcr.microsoft.com/devcontainers/base:ubuntu"
12
- }
9
+ "executor" : " @ebizbase/nx-internal:test-devcontainer-feature"
13
10
},
14
11
"publish" : {
15
- "executor" : " nx:run-commands" ,
16
- "options" : {
17
- "command" : " devcontainer features publish devcontainer-features/install-npm-package-globally/src/install-npm-package-globally --registry ghcr.io --namespace=ebizbase/devcontainer-features" ,
18
- "parallel" : false
19
- }
20
- },
21
- "version" : {
22
- "executor" : " @jscutlery/semver:version" ,
23
- "options" : {
24
- "preset" : " angular"
25
- }
12
+ "executor" : " @ebizbase/nx-internal:publish-devcontainer-feature"
26
13
}
27
14
}
28
15
}
Original file line number Diff line number Diff line change 6
6
"tags" : [],
7
7
"targets" : {
8
8
"test" : {
9
- "executor" : " nx:run-commands" ,
10
- "options" : {
11
- "command" : " devcontainer features test --skip-autogenerated -p devcontainer-features/omz-plugin -f omz-plugin -i mcr.microsoft.com/devcontainers/base:ubuntu"
12
- }
9
+ "executor" : " @ebizbase/nx-internal:test-devcontainer-feature"
13
10
},
14
11
"publish" : {
15
- "executor" : " nx:run-commands" ,
16
- "options" : {
17
- "command" : " devcontainer features publish devcontainer-features/omz-plugin/src/omz-plugin --registry ghcr.io --namespace=ebizbase/devcontainer-features" ,
18
- "parallel" : false
19
- }
20
- },
21
- "version" : {
22
- "executor" : " @jscutlery/semver:version" ,
23
- "options" : {
24
- "preset" : " angular"
25
- }
12
+ "executor" : " @ebizbase/nx-internal:publish-devcontainer-feature"
26
13
}
27
14
}
28
15
}
Original file line number Diff line number Diff line change 6
6
"tags" : [],
7
7
"targets" : {
8
8
"test" : {
9
- "executor" : " nx:run-commands" ,
10
- "options" : {
11
- "command" : " devcontainer features test --skip-autogenerated -p devcontainer-features/powerlevel10k -f powerlevel10k -i mcr.microsoft.com/devcontainers/base:ubuntu"
12
- }
9
+ "executor" : " @ebizbase/nx-internal:test-devcontainer-feature"
13
10
},
14
11
"publish" : {
15
- "executor" : " nx:run-commands" ,
16
- "options" : {
17
- "command" : " devcontainer features publish devcontainer-features/powerlevel10k/src/powerlevel10k --registry ghcr.io --namespace=ebizbase/devcontainer-features" ,
18
- "parallel" : false
19
- }
20
- },
21
- "version" : {
22
- "executor" : " @jscutlery/semver:version" ,
23
- "options" : {
24
- "preset" : " angular"
25
- }
12
+ "executor" : " @ebizbase/nx-internal:publish-devcontainer-feature"
26
13
}
27
14
}
28
15
}
You can’t perform that action at this time.
0 commit comments