Skip to content

Commit 3395e30

Browse files
committedJan 19, 2020
Removed unused watch:all task
Will be replaced with a standalone tool w/documentation.
1 parent 47329ba commit 3395e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const {version} = require('../package.json');
3838

3939
const DEFAULT_TASKS = {
4040
...require('./tasks/info.js'),
41-
...require('./tasks/watch.js'),
41+
// ...require('./tasks/watch.js'),
4242
...require('./tasks/discover.js'),
4343
...require('./tasks/scaffold.js')
4444
};

0 commit comments

Comments
 (0)
Please sign in to comment.