1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 05:22:09 +02:00

Update npm.md

Added cleanup
This commit is contained in:
Artem Szubowicz 2015-12-30 14:10:04 +01:00
parent 95fc5a0ef9
commit 5222aac447

View file

@ -21,3 +21,7 @@
- Publish the current project
`npm publish`
- Cleanup packages (removes packages, which are installed but are not listed in `package.json`)
`npm prune`