Skip to content

Commit

Permalink
build: remove unused target
Browse files Browse the repository at this point in the history
  • Loading branch information
johnitvn committed Nov 24, 2024
1 parent 2e672b3 commit 3b17898
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 31 deletions.
6 changes: 0 additions & 6 deletions devcontainer-images/node-devcontainer/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,5 @@
]
}
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"preset": "angular"
}
}
}
}
7 changes: 1 addition & 6 deletions devcontainer-images/node-dind-devcontainer/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@
]
}
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"preset": "angular"
}
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@
]
}
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"preset": "angular"
}
}

}
}
6 changes: 0 additions & 6 deletions devcontainer-images/node-playwright-devcontainer/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@
"{major}.{minor}.{patch}"
]
}
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"preset": "angular"
}
}
}
}
7 changes: 0 additions & 7 deletions packages/nx-devkit/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@
"cwd": "dist/packages/nx-devkit",
"command": "npm publish"
}
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"preset": "angular",
"trackDeps": true
}
}
}
}

0 comments on commit 3b17898

Please sign in to comment.