Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deploy): Venia can be built and deployed separately (magento#498)
- Change all Venia devDependencies to dependencies, so it can be build from node_modules with only "production deps" - Add a "venia" CLI to the package which builds and launches a server This change enables a downstream user to create a package which launches Venia as simple as this: ```sh $ npm install -g @magento/venia-concept $ NODE_ENV=production venia build $ NODE_ENV=production MAGENTO_BACKEND_URL=https://magento.internal venia start ``` This enables a deployment that does not require cloning, hoisting, and building the entire pwa-studio repository.
- Loading branch information