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 @@ -534,7 +534,7 @@ gulp.task('build:demo', () => {
534534} ) ;
535535
536536gulp . task ( 'build:demo:prod' , ( ) => {
537- return execDemoCmd ( `build --preserve-symlinks --prod --aot --build-optimizer --base-href /ngx -material-password-strength/ --deploy-url /ngx -material-password-strength/` , { cwd : `${ config . demoDir } ` } ) ;
537+ 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 } ` } ) ;
538538} ) ;
539539
540540gulp . task ( 'serve:demo-ssr' , [ 'build:demo' ] , ( ) => {
@@ -568,7 +568,7 @@ gulp.task('push:demo', () => {
568568} ) ;
569569
570570gulp . task ( 'deploy:demo' , ( cb ) => {
571- runSequence ( 'build:demo:prod ' , 'build:doc' , 'push:demo' , cb ) ;
571+ runSequence ( 'build:demo' , 'build:doc' , 'push:demo' , cb ) ;
572572} ) ;
573573
574574
You can’t perform that action at this time.
0 commit comments