mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
remove sql ops (#8805)
This commit is contained in:
@@ -118,6 +118,6 @@ gulp.task('test', (done) => {
|
||||
});
|
||||
|
||||
gulp.task('copytypings', function () {
|
||||
return gulp.src(config.paths.project.root + '/../../src/sql/sqlops.proposed.d.ts')
|
||||
return gulp.src(config.paths.project.root + '/../../src/sql/azdata.proposed.d.ts')
|
||||
.pipe(gulp.dest('typings/'));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user