提交 6a125a47 编写于 作者: J Joao Moreno

fix build

上级 f52edcbd
......@@ -115,7 +115,7 @@ gulp.task('tslint', function () {
return gulp.src(all, { base: '.' })
.pipe(filter(tslintFilter))
.pipe(gulptslint({ rulesDirectory: 'build/tslintRules' }))
.pipe(gulptslint({ rulesDirectory: 'build/lib/tslint' }))
.pipe(gulptslint.report(reporter, options));
});
......@@ -166,7 +166,7 @@ var hygiene = exports.hygiene = function (some, options) {
var options = {
formatter: 'json',
configuration: configuration,
rulesDirectory: 'build/tslintRules',
rulesDirectory: 'build/lib/tslint',
}
var contents = file.contents.toString('utf8');
var linter = new tslint(file.relative, contents, options);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册