We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1653d17 commit 1081d4aCopy full SHA for 1081d4a
gulpfile.js
@@ -50,7 +50,7 @@ function script(name, pkgs, done) {
50
51
if (typeof pkgs === 'function') {
52
done = pkgs;
53
- pkgs = ['check', 'client', 'brain', 'metrics', 'style', 'data', 'server', 'ui', 'electron'];
+ pkgs = ['client', 'brain', 'metrics', 'style', 'server', 'ui', 'electron'];
54
}
55
56
var args = 'run-script ' + name;
0 commit comments