version: 0.1 frontend: phases: preBuild: commands: - npm install build: commands: - NODE_ENV=production npm run build artifacts: # IMPORTANT - Please verify your build output directory baseDirectory: out files: - "**/*" cache: paths: - node_modules/**/*