We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e10afd commit 801a28aCopy full SHA for 801a28a
bin/buildozer.js
@@ -1,5 +1,9 @@
1
#!/usr/bin/env node
2
+const updateNotifier = require('update-notifier');
3
const argsInclude = require('../lib/args-include');
4
+const pkg = require('../package.json');
5
+
6
+updateNotifier({pkg}).notify();
7
8
if (argsInclude(['build', 'watch', 'css', 'img', 'js', 'clean', 'copy', 'js-concat', 'svg-sprite'])) {
9
// Run gulp
0 commit comments