Skip to content

Commit 6e392f1

Browse files
committed
Add dependency on test build
1 parent ba7a01d commit 6e392f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ gulp.task('test-node', ['exceptionless.test.umd'], function(done) {
136136
});
137137
});
138138

139-
gulp.task('test-browser', function(){
139+
gulp.task('test-browser', ['exceptionless.test.umd'], function(){
140140
return gulp
141141
.src('testrunner.html')
142142
.pipe(mochaPhantomJS());

0 commit comments

Comments
 (0)