Skip to content

Commit

Permalink
disablen notifications in pnpm dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jankaifer committed Dec 7, 2022
1 parent 65f4398 commit dc05f18
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions packages/next/taskfile.js
Expand Up @@ -2418,13 +2418,5 @@ export async function release(task) {

// notification helper
function notify(msg) {
try {
notifier.notify({
title: '▲ Next',
message: msg,
icon: false,
})
} catch (err) {
// notifier can fail on M1 machines
}
// We don't know how to easily emit notifications in M1 mac and using `notify-send` with Gnome fills notification centre.
}

0 comments on commit dc05f18

Please sign in to comment.