Packaging

Packaging as Development Version

$ npm run dev

This will use the .env.dev environment file in the root directory.

Packaging as Test Version

$ npm run test

This will use the .env.test environment file in the root directory.

Packaging as Production Version

$ npm run prod

This will use the .env.prod environment file in the root directory.