File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -535,7 +535,7 @@ gulp.task('build:demo', () => {
535535} ) ;
536536
537537gulp . task ( 'build:demo:prod' , ( ) => {
538- return execDemoCmd ( `build --preserve-symlinks --prod --aot --build-optimizer --base-href /@angular-material-extensions/ password-strength/ --deploy-url /@angular-material-extensions /password-strength/` , { cwd : `${ config . demoDir } ` } ) ;
538+ return execDemoCmd ( `build --preserve-symlinks --prod --aot --build-optimizer --base-href /password-strength/ --deploy-url /password-strength/` , { cwd : `${ config . demoDir } ` } ) ;
539539} ) ;
540540
541541gulp . task ( 'serve:demo-ssr' , [ 'build:demo' ] , ( ) => {
@@ -569,7 +569,7 @@ gulp.task('push:demo', () => {
569569} ) ;
570570
571571gulp . task ( 'deploy:demo' , ( cb ) => {
572- runSequence ( 'build:demo' , 'build:doc' , 'push:demo' , cb ) ;
572+ runSequence ( 'build:demo:prod ' , 'build:doc' , 'push:demo' , cb ) ;
573573} ) ;
574574
575575
You can’t perform that action at this time.
0 commit comments