version: 1 frontend: phases: preBuild: commands: - npm ci - npm run lint - npm run test:unit build: commands: - npm run build artifacts: baseDirectory: dist files: - '**/*' cache: paths: - node_modules/**/*