[variables] NODE_ENV = "production" NPM_CONFIG_PRODUCTION = "false" [phases.install] cmds = ["npm ci"] [phases.build] cmds = ["npm run build"] [start] cmd = "npm run start"