ioBroker / dev-portal

ioBroker Developer Portal
MIT License
5 stars 6 forks source link

fix: move typescript to production dependencies #62

Closed AlCalzone closed 2 years ago

AlCalzone commented 2 years ago

I'm not 100% sure that this will fix our issue, since I somehow cannot login in the docker container, and login is required to download a zip file. But this https://github.com/ioBroker/dev-portal/blob/79ffd9b22d12e7256e30cb63b9038de562d8a3da/express/Dockerfile#L41-L42 looks like typescript gets removed from the image, although it is actually used in production.

On the other hand, typescript is a production dependency of create-adapter, so maybe this is just npm being weird?