mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 09:34:19 +08:00
chore(build): update build scripts
This commit is contained in:
4
packages/angular/scripts/deploy.js
vendored
4
packages/angular/scripts/deploy.js
vendored
@ -135,7 +135,7 @@ function runTasks(opts) {
|
||||
task: () => execa('npm', ['run', 'lint'], { cwd: rootDir })
|
||||
},
|
||||
{
|
||||
title: 'Build @ionic/angular',
|
||||
title: 'Build ' + pkg.name,
|
||||
task: () => execa('npm', ['run', 'build'], { cwd: rootDir })
|
||||
},
|
||||
{
|
||||
@ -160,7 +160,7 @@ function runTasks(opts) {
|
||||
if (opts.publish) {
|
||||
tasks.push(
|
||||
{
|
||||
title: 'Publish @ionic/angular',
|
||||
title: 'Publish ' + pkg.name,
|
||||
task: () => execa('npm', ['publish'].concat(opts.tag ? ['--tag', opts.tag] : []), { cwd: rootDir })
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user