Skip to content

Commit

Permalink
ci: targets
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Sep 15, 2024
1 parent 1b9b74d commit 7b3ecda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion e2e-examples/cli-e2e-original/setup/global-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export async function setup() {
_: ['run-many'],
targets: 'original-npm-install',
exclude: 'tag:type:testing',
parallel: 1,
skipNxCache: true,
verbose: isVerbose
}),
Expand Down
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "node_modules/nx/schemas/project-schema.json",
"// targets": "to see all targets run: nx show project workspace-source --web",
"targets": {
"code-push": {
"code-pushup": {
"executor": "nx:run-commands",
"options": {
"commands": [
Expand Down

0 comments on commit 7b3ecda

Please sign in to comment.