Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. version: 0.1
  2. backend:
  3. phases:
  4. build:
  5. commands:
  6. - '# Execute Amplify CLI with the helper script'
  7. - amplifyPush --simple
  8. frontend:
  9. phases:
  10. preBuild:
  11. commands:
  12. - npm ci
  13. build:
  14. commands:
  15. - npm run build
  16. artifacts:
  17. baseDirectory: dist/ukm-indonesia-revamp
  18. files:
  19. - '**/*'
  20. cache:
  21. paths:
  22. - node_modules/**/*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement