Skip to content

Conversation

@glensc glensc self-assigned this Mar 16, 2022
Copy link
Member

@fbartho fbartho left a comment

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]

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
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
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
Copy link
Contributor Author

glensc commented Mar 17, 2022

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
Copy link
Contributor Author

glensc commented Nov 22, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants