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

Unbreak the nightly build #23

Merged
merged 1 commit into from
Sep 30, 2016
Merged

Unbreak the nightly build #23

merged 1 commit into from
Sep 30, 2016

Conversation

guncha
Copy link
Contributor

@guncha guncha commented Sep 30, 2016

Typescript now has a transformers directory in ./src/compiler which caused the cp command to exit with message cp: omitting directory./src/compiler/transformers'` and exit code 1. The fix is to add -r flag to make it copy directories recursively.

Typescript now has a `transformers` directory in `./src/compiler` which caused the `cp` command to exit with message `cp: omitting directory `./src/compiler/transformers'` and exit code 1. The fix is to add -r flag to make it copy directories recursively.
@basarat basarat merged commit c1bb86c into TypeStrong:master Sep 30, 2016
@basarat
Copy link
Member

basarat commented Sep 30, 2016

Thanks! I've personally moved on to : https://github.com/basarat/byots as it

  • has the same publicifying nature as ntypescript
  • but uses official typescript and that helps prevent some confusion

🌹

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.

2 participants