Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

tsd.d.ts is not regenerated. #73

Closed
vvakame opened this issue Mar 6, 2014 · 4 comments
Closed

tsd.d.ts is not regenerated. #73

vvakame opened this issue Mar 6, 2014 · 4 comments

Comments

@vvakame
Copy link
Member

vvakame commented Mar 6, 2014

tsd.d.ts is not regenerated.

$ tsd -V

>> tsd 0.5.6 (beta)

tsd 0.5.6
$ tsd init
$ tsd query angularjs/angular --save --resolve --action install
$ tree
.
├── tsd.json
└── typings
    ├── angularjs
    │   └── angular.d.ts
    ├── jquery
    │   └── jquery.d.ts
    └── tsd.d.ts
$ rm -rf typings
$ tsd reinstall --overwrite

actual

$ tree
.
├── tsd.json
└── typings
    ├── angularjs
    │   └── angular.d.ts
    └── jquery
        └── jquery.d.ts

expected

$ tree
.
├── tsd.json
└── typings
    ├── angularjs
    │   └── angular.d.ts
    ├── jquery
    │   └── jquery.d.ts
    └── tsd.d.ts

0.5.5 move correctly.

@Bartvds
Copy link
Collaborator

Bartvds commented Mar 7, 2014

I tested on tsd 0.5.6 and you'd need --save to write to tsd.d.ts

$ tsd reinstall --save

Not sure why 0.5.5 would be different, but --save fits with how saving to tsd.json works.

@vvakame
Copy link
Member Author

vvakame commented Mar 8, 2014

@Bartvds okey, i see.
Using the options it a little difficult.

@vvakame vvakame closed this as completed Mar 8, 2014
@Bartvds
Copy link
Collaborator

Bartvds commented Mar 8, 2014

Keep in mind all the much used options have a short version:

$ tsd reinstall --save --overwrite
$ tsd reinstall -s -o
$ tsd reinstall -so

@vvakame
Copy link
Member Author

vvakame commented Mar 11, 2014

thanks! I'll remember it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants