0

I have a command: ionic build android

In my opinion, when entered, it'll run file build.js from ionic cli in my OS to my local project.
But I didn't see any platform param in local project.

So my question here is, how to get param android from ionic cli to local project.

Thanks.

1 Answers1

0

I found out. Try to find ionic-cli in node-modules at your OS drives.

It's where command: ionic build android is executed.