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

Need to use shell.rm instead shell.exec(...) #429

Merged
merged 8 commits into from
Mar 10, 2017

Conversation

Skorney
Copy link
Contributor

@Skorney Skorney commented Mar 4, 2017

The command rm -rf ... doesn't work in windows command line.
That's why we need to use the .rm() method of shelljs npm package.

The command "rm -rf ..." doesn't work on windows cmd. That's why we need to use the "rm" method of shelljs package.
# Conflicts:
#	packages/kyt-core/cli/actions/__tests__/build.test.js
Copy link
Contributor

@jaredmcdonald jaredmcdonald left a comment

Choose a reason for hiding this comment

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

thanks! looks good to me but will let @delambo and/or @ccpricenytimes weigh in before merging

@ccpricenytimes ccpricenytimes merged commit 72acb8e into nytimes:master Mar 10, 2017
@Skorney Skorney deleted the patch-3 branch March 11, 2017 01:57
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