Skip to content

Commit aa9c1a6

Browse files
authored
Rename task to prepare-deploy
1 parent 994f709 commit aa9c1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gulp/tasks/development.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ task('serve:devapp', ['build:devapp'], sequenceTask(
3939
));
4040

4141
/** Task that copies all vendors into the demo-app package. Allows hosting the app on firebase. */
42-
task('build-deploy:devapp', ['build:devapp'], () => {
42+
task('prepare-deploy:devapp', ['build:devapp'], () => {
4343
copyFiles(join(PROJECT_ROOT, 'node_modules'), vendorGlob, join(outDir, 'node_modules'));
4444
copyFiles(DIST_BUNDLES, '*.+(js|map)', join(outDir, 'dist/bundles'));
4545
copyFiles(DIST_MATERIAL, '**/prebuilt/*.+(css|map)', join(outDir, 'dist/packages/material'));

0 commit comments

Comments
 (0)