Ionic Prepare?

Hi, I’m just starting out with ionic and I’m currently referring to the tutorial for info.
I’ve noticed that ionic prepare is used in the tutorial to update changes made to the www folder into the platform folder, but I’ve noticed that the ionic console only seems to provide the following options:
start emulate run build platform, with no prepare.

Is the tutorial outdated, or is prepare just not on the list?

The ionic CLI tool uses cordova under the hood, so if the prepare command is indeed missing from the tool cordova prepare should do the trick.

Thanks, cordova prepare gets the job done :smiley: