Skip to content

CommandBuild

Niels Steenbeek edited this page Sep 29, 2021 · 2 revisions

CLI Command build

Command

hso-d365 build

Description

CLI Command 'build' builds the project distribution files in the 'dist' folder. The dist folder has a nested structure /. Please create Webresources in your D365 environment using same naming like '//Account/Account.js'. This will be done for you when using the Deploy command. For development you can always use any of the scripts inside package.json:

npm run build:prod
npm run build
npm run watch
npm run start
npm run starthttps

Help

Use command

hso-d365 build --help

Examples

hso-d365 build
Clone this wiki locally