Disable npm build success notifications

This commit is contained in:
Chris Kankiewicz
2021-06-18 15:24:59 -07:00
parent 2a67e3b2e7
commit 8229e10a2a

View File

@@ -24,3 +24,5 @@ mix.copy(
if (mix.inProduction()) {
mix.version();
}
mix.disableSuccessNotifications();