add typescript incremental build cache example

Signed-off-by: Alex Alonso <alex4551@gmail.com>
This commit is contained in:
Alex Alonso 2020-04-21 17:33:57 +08:00
commit 145bc73f86
No known key found for this signature in database
GPG key ID: B06E718B4A8A3200
2 changed files with 15 additions and 0 deletions

View file

@ -69,6 +69,7 @@ See [Examples](examples.md) for a list of `actions/cache` implementations for us
- [Node - npm](./examples.md#node---npm)
- [Node - Lerna](./examples.md#node---lerna)
- [Node - Yarn](./examples.md#node---yarn)
- [Node - Typescript](./examples.md#node---typescript)
- [OCaml/Reason - esy](./examples.md##ocamlreason---esy)
- [PHP - Composer](./examples.md#php---composer)
- [Python - pip](./examples.md#python---pip)