Skip to content

Commit 21bc239

Browse files
committed
Reverse build dep order to see if it changes build result
1 parent 1aa382e commit 21bc239

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
@@ -139,7 +139,7 @@ gulp.task('lint', function lint() {
139139
.pipe(eslint.format());
140140
});
141141

142-
gulp.task('build', gulp.series('clean', 'lint', 'exceptionless', 'exceptionless.node', 'exceptionless.universal'));
142+
gulp.task('build', gulp.series('clean', 'lint', 'exceptionless.node', 'exceptionless.universal', 'exceptionless'));
143143

144144
gulp.task('watch', gulp.series('build', function watch() {
145145
return gulp.watch('src/**/*.ts', gulp.series('build'));

0 commit comments

Comments
 (0)