You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2022. It is now read-only.
), but the TypeScript pass actually introduces npm dependencies to be able to generate the TypeScript definitions.
To this end, when you run both Travis and TypeScript, the command npm install (which is the default Travis install command) is no longer run, thus the npm dependencies for gen-typescript-declarations are no longer installed.
Instead, the current commands in install should be moved to the first lines of before_script, such that install once again runs npm install on Travis.