Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
Remove watchable task export. It is unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
notlee committed May 6, 2020
1 parent 73023b5 commit a1dd443
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions lib/tasks/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ const {run} = require('../helpers/command-line');
module.exports = function () {
return run('npm', ['init', 'origami-component']);
};

module.exports.watchable = false;
2 changes: 0 additions & 2 deletions lib/tasks/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ module.exports = function (cfg) {
concurrent: true
}).run();
};

module.exports.watchable = false;
2 changes: 0 additions & 2 deletions lib/tasks/verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,3 @@ module.exports = function (cfg) {
)
.run();
};

module.exports.watchable = false;

0 comments on commit a1dd443

Please sign in to comment.