Last active
August 1, 2021 22:41
-
-
Save ndp/1ae104d02bb1a7c3c7dad41b47eee1d5 to your computer and use it in GitHub Desktop.
Useful script for working with typescript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Upgrade all typescript types in a project | |
yarn outdated | grep @types | awk '{print $1}' | xargs yarn upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment