mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(build): update core build
This commit is contained in:
@ -18,8 +18,7 @@ function buildAngularBinding(isDevAndWatch: boolean, done: Function) {
|
||||
const cwd = join(PROJECT_ROOT, '../ionic-core');
|
||||
const args = [
|
||||
'run',
|
||||
'build.angular',
|
||||
PROJECT_ROOT
|
||||
'build.angular'
|
||||
];
|
||||
|
||||
if (isDevAndWatch) {
|
||||
|
Reference in New Issue
Block a user