Skip to content

Chore: Update commander.js dependency - #1255

Draft
glensc wants to merge 4 commits into
danger:mainfrom
glensc:commander-update
Draft

Chore: Update commander.js dependency#1255
glensc wants to merge 4 commits into
danger:mainfrom
glensc:commander-update

Conversation

@glensc glensc self-assigned this Mar 16, 2022

@fbartho fbartho left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for submitting this chore PR! — Once you’re done I’m happy to review this properly. Just commenting pre-emptively on the npm-run-all thing [To be frank, I didn’t realize this PR was still in draft state, haha]

Comment thread package.json Outdated
"dts-lint": "yarn run declarations && yarn dtslint types",
"danger:prepush": "yarn build:fast; yarn test:fixtures; node distribution/commands/danger.js local --base main --dangerfile dangerfile.lite.ts"
"danger:local": "node distribution/commands/danger.js local --base main --dangerfile dangerfile.lite.ts",
"danger:prepush": "npm-run-all build:fast test:fixtures danger:local"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really need this npm-run-all dependency? Is it just to have a lighter-weight syntax to run multiple commands?

yarn --silent build:fast && yarn --silent test:fixtures && yarn --silent danger:local seems to produce the same result without adding a new dependency, unless I’m missing something?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this PR is based on changes from #1254 branch

@glensc

glensc commented Mar 17, 2022

Copy link
Copy Markdown
Contributor Author

This is now blocked on the "engine" keyword, as I'm not sure to what version we can update here. see discussion:

@glensc
glensc force-pushed the commander-update branch from 3fbe1cd to 56f0100 Compare March 22, 2022 22:16
@glensc

glensc commented Nov 22, 2022

Copy link
Copy Markdown
Contributor Author
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants