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