10 строки
465 B
TypeScript
10 строки
465 B
TypeScript
/*---------------------------------------------------------------------------------------------
|
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
*--------------------------------------------------------------------------------------------*/
|
|
|
|
'use strict';
|
|
|
|
import * as gulp from 'gulp';
|
|
|
|
gulp.task('package:offline', gulp.series('vsix:offline:package')); |