Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

r2g output should be uniform #68

Open
ORESoftware opened this issue Jul 26, 2019 · 0 comments
Open

r2g output should be uniform #68

ORESoftware opened this issue Jul 26, 2019 · 0 comments

Comments

@ORESoftware
Copy link
Owner

To make it pretty, go from this:

r2g: Re-creating folders "$HOME/.r2g/temp"...
r2g: Copying your user defined tests to: "/Users/alex/.r2g/temp/project" ...
r2g: Running the following command from your project copy root: npm pack --loglevel=warn;
r2g: Running the following command via this dir: "/Users/alex/.r2g/temp/project" ...
r2g: npm install --loglevel=warn --cache-min 9999999 --no-optional --production "/Users/alex/.r2g/temp/copy/linked-queue/oresoftware-linked-queue-0.1.104.tgz";
r2g:            npm i --loglevel=warn --cache-min 9999999 --no-optional --production;
r2g: Running "npm install --cache-min 9999999 --loglevel=warn" in project copy.
r2g: No custom actions registered. Use custom.actions.js to add custom actions.

to this:

r2g: Re-creating folders "$HOME/.r2g/temp"...
r2g: Copying your user defined tests to: "/Users/alex/.r2g/temp/project" ...
r2g: Running the following command from your project copy root: npm pack --loglevel=warn;
r2g: Running the following command via this dir: "/Users/alex/.r2g/temp/project" ...
r2g: npm install --loglevel=warn --cache-min 9999999 --no-optional --production "/Users/alex/.r2g/temp/copy/linked-queue/oresoftware-linked-queue-0.1.104.tgz";
r2g: npm i --loglevel=warn --cache-min 9999999 --no-optional --production;
r2g: Running "npm install --cache-min 9999999 --loglevel=warn" in project copy.
r2g: No custom actions registered. Use custom.actions.js to add custom actions.
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

No branches or pull requests

1 participant