Updated instructions for building dist

This commit is contained in:
Luca Deri 2023-07-11 18:54:28 +02:00 committed by GitHub
parent 589b0a6a09
commit 2a426c8108
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,8 +19,8 @@ Now all the required packages are ready.
Build
-----
npm has various scripts configured. The main scripts are `build` and `build:dev`.<br />
`npm run build:dev` should be used while developing (it uses Webpack Development mode); <br />
`npm run build` should be used to push changes in GitHub (it uses Webpack Production mode; in GitHub, the files in `httpdocs/docs` should be generated by `npm run build`);<br />
`npm run build:dev` should be used while developing (it uses Webpack Development mode). <br />
`make dist-ntopng` should be used to push changes in GitHub.<br />
Developing
----------