Skip to content

Commit

Permalink
Add cache command
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkal committed Apr 7, 2021
1 parent 5c1799f commit ca9bcab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions inkjet.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ done
echo -n `git rev-parse HEAD` >| .git/last_push.txt
```

## cache (file)

> Update a single file in the Deno cache
```sh
deno cache --unstable -r=https://x.kite.run/lib/${file} https://x.kite.run/lib/${file}
```

## changed

> Show changed TypeScript/JavaScript modules
Expand Down

0 comments on commit ca9bcab

Please sign in to comment.