Created
June 17, 2019 12:01
-
-
Save stoefln/e93636356aa60d26ee6b542391048994 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const notifier = require('node-notifier') | |
notifier.notify({ | |
title: 'Repeato Build', | |
message: 'Your build finished!' | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment