Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 77aa176

Browse files
committed
try
1 parent 095b095 commit 77aa176

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ gulp.task('prepublish', function(done) {
112112

113113
gulp.task('pretest', function(done) {
114114
runSequence('checkVersion',
115-
['webdriver:update', 'jshint', 'tslint'], 'tsc', 'built:copy', 'tsc:spec', done);
115+
['webdriver:update', 'jshint', 'tslint', 'format'], 'tsc', 'built:copy', 'tsc:spec', done);
116116
});
117117

118118
gulp.task('default',['prepublish']);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"expect.js": "~0.3.1",
4444
"express": "~4.14.0",
4545
"gulp": "^3.9.1",
46-
"gulp-clang-format": "^1.0.23",
46+
"gulp-clang-format": "1.0.24",
4747
"gulp-tslint": "^7.0.1",
4848
"jshint": "^2.9.2",
4949
"lodash": "^4.5.1",

0 commit comments

Comments
 (0)