build

Command Description
ionic build Locally build an Ionic project for a given platform
Flags
--nohooks|-n Do not add default Ionic hooks for Cordova

Description

The build command builds an app for a specific platform. Pass in either ios or android to generate platform specific code in the platforms subdirectory. The build command is a proxy for Cordova’s build command.

API

Native

General