convert the sql services extension to use yarn (#9891)

* convert the sql services extensions to use yarn

* update
This commit is contained in:
Alan Ren
2020-04-07 15:59:31 -07:00
committed by GitHub
parent 6bc123d76b
commit fd314ec030
5 changed files with 4303 additions and 6584 deletions

View File

@@ -65,9 +65,7 @@ gulp.task('compile:src', function (done) {
gulp.task('compile:test', function (done) {
let srcFiles = [
config.paths.project.root + '/test/**/*.ts',
config.paths.project.root + '/typings/**/*.ts'
];
config.paths.project.root + '/test/**/*.ts'];
return gulp.src(srcFiles)
.pipe(srcmap.init())