Skip to content

Commit bf7d15c

Browse files
committed
fix(build): pass args on to app-scripts when build is executed
1 parent 4db428c commit bf7d15c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ionic/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function run(ionic, argv, rawCliArguments) {
5656
})
5757
.then(function(hasBuildCommand) {
5858
if (hasBuildCommand) {
59-
return npmScripts.runIonicScript('build');
59+
return npmScripts.runIonicScript('build', rawArgs.slice(2));
6060
}
6161
return Q.resolve();
6262
})

0 commit comments

Comments
 (0)