Building

Build

The build command rebuilds all packages and notify the user of the success of the packages being rebuilt. To build the packages of frontier, run the command:

yarn run build

or

npm run build

Rebuild

Rebuilding the frontier packages automatically reconstructs the packages, forgetting about any previous compilation of them. To rebuild the frontier packages, run the command:

yarn run rebuild

or

npm run rebuild