mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
convert the sql services extension to use yarn (#9891)
* convert the sql services extensions to use yarn * update
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user