toolsplus / nx-forge

Atlassian Forge plugin for Nx
https://toolsplus.github.io/nx-forge/
MIT License
17 stars 4 forks source link

refactor: `nx deploy` double "deploy" log #10

Closed itsjxck closed 2 years ago

itsjxck commented 2 years ago

Original: Running: forge deploy deploy --environment=development New: Running: forge deploy --environment=development

tbinna commented 2 years ago

Thank you @itsjxck, I didn't notice this. Interesting that the command still worked... 🤔

itsjxck commented 2 years ago

@tbinna the command var here doesn't get passed through, it's only for the log, the spawn takes args directly so theres no dupe in that part

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 1.1.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: