Skip to content

Commit

Permalink
ci: fix publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael M committed Oct 27, 2023
1 parent e115f66 commit 7eae720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-node/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
},
"publish": {
"executor": "@nx/workspace:run-commands",
"executor": "nx:run-commands",
"outputs": [],
"options": {
"command": "npm publish --tag=latest --access public",
Expand Down

0 comments on commit 7eae720

Please sign in to comment.