Skip to content

Commit

Permalink
feat: print pre and post install disk usage
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed Oct 10, 2023
1 parent b9dcc2c commit 5d974bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"preinstall": "echo \"Disk usage: $(du -sh | awk '{print $1}')\"",
"postinstall": "echo \"Disk usage: $(du -sh | awk '{print $1}')\"",
"start": "next start",
"lint": "next lint"
},
Expand Down

0 comments on commit 5d974bc

Please sign in to comment.