version: 1 frontend: phases: preBuild: commands: - npm ci - npm run security:check build: commands: - npm run build artifacts: baseDirectory: out files: - '**/*' cache: paths: - node_modules/**/* - .next/cache/**/*