Skip to content

Commit c896317

Browse files
committed
chore(package): use build:demo script when deploying the demo app
1 parent 4170a08 commit c896317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ gulp.task('build:demo', () => {
534534
});
535535

536536
gulp.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

540540
gulp.task('serve:demo-ssr', ['build:demo'], () => {
@@ -568,7 +568,7 @@ gulp.task('push:demo', () => {
568568
});
569569

570570
gulp.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

0 commit comments

Comments
 (0)