-
Notifications
You must be signed in to change notification settings - Fork 891
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
yarn run sync --<project>_ref=
command
Was supposed to be fixed in #229 but lost a few commits. We fix the snakecasing done by commander.js there but don't set the ref correctly because the name differs from what is set by lib/config.js. This adds a parameter to the projects config to specify what should be used for the command line arg (defaults to name.replace('-', '_'). Fixes #299
- Loading branch information
Showing
2 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters