TypeStrong / ntypescript

Nicer TypeScript for API devs
https://www.npmjs.com/package/ntypescript
Other
116 stars 20 forks source link

What is the update frequency of the package? #8

Closed s-panferov closed 9 years ago

s-panferov commented 9 years ago

@basarat Hello, thanks for the great package!

I have one question. The latest build was 6 days ago. I thought the idea was to publish 'nightly' builds periodically using Travis or something like that. Something is broken?

basarat commented 9 years ago

I thought the idea was to publish 'nightly' builds periodically using Travis or something like that. Something is broken

This didn't happen for whatever reason : https://github.com/TypeStrong/ntypescript/blob/master/CONTRIBUTING.md#travis

basarat commented 9 years ago

Currently I just update some file using github UI e.g. : https://github.com/TypeStrong/ntypescript/commit/00d25ec1958011d87f9b3fd31be1296c9de89d3a to kick off a build

This isn't going to be the permanent way which is why its been left undocumented ATM :rose:

basarat commented 9 years ago

I've researched more and just flicked a switch at https://nightli.es/

Let's see how it goes in a few days :rose:

s-panferov commented 9 years ago

@basarat thanks again for what you are doing! Could you please publish the latest version on npm?

basarat commented 9 years ago

Could you please publish the latest version on npm?

should have happened automatically, but something's changed on NPM : https://travis-ci.org/TypeStrong/ntypescript#L230

I've published manually for now.

s-panferov commented 9 years ago

@basarat thanks!