Skip to content

Commit

Permalink
[MIGRATION] - Checking if now eslint is releasable
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoAlbano committed Dec 6, 2024
1 parent 4c02d27 commit 5d3462c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lib/eslint-angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,7 @@
"executor": "nx:run-commands",
"dependsOn": ["build"],
"options": {
"cwd": "dist/libs/eslint-plugin-eslint-angular",
"commands": [
{
"command": "npm publish --tag {args.tag}",
"forwardAllArgs": true
}
]
"command": "npm publish --tag {args.tag}"
}
}
}
Expand Down

0 comments on commit 5d3462c

Please sign in to comment.