Packaging as Development Version
$ npm run dev
This will use the
.env.devenvironment file in the root directory.
Packaging as Test Version
$ npm run test
This will use the
.env.testenvironment file in the root directory.
Packaging as Production Version
$ npm run prod
This will use the
.env.prodenvironment file in the root directory.