UNPKG

@nurun-sf/spark-component

Version:

A tool for building spark components

8 lines (6 loc) 137 B
'use strict'; module.exports = function (gulp) { return function watcher() { gulp.watch('src/**/*.js', ['code-quality']); }; };