# Build for production with minification
yarn build
This results in your compiled application in a dist
directory.
Update .circleci/config.yml
to automatically deploy to staging and/or production on a successful build. See comments in that file for details.