Skip to content

Commit 2f7c945

Browse files
author
Shawn Allen
committed
only run gulp sass, not the full build
1 parent 0e40ba3 commit 2f7c945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/sass/build.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var distPath = path.resolve(
1212
);
1313

1414
var build = function (done) {
15-
child.exec('npm run build', {}, function() { done(); });
15+
child.exec('`npm bin`/gulp sass', {}, function () { done(); });
1616
};
1717

1818
before(function (done) {

0 commit comments

Comments
 (0)