Skip to content

Instantly share code, notes, and snippets.

@advorkina
Last active December 12, 2018 09:39
Show Gist options
  • Select an option

  • Save advorkina/530ead4f14965e07d308738c4dde8695 to your computer and use it in GitHub Desktop.

Select an option

Save advorkina/530ead4f14965e07d308738c4dde8695 to your computer and use it in GitHub Desktop.
image: node:8.12.0
pages:
cache:
paths:
- node_modules/
script:
- npm install -g @angular/[email protected]
- npm install
- npm run buildProd
artifacts:
paths:
- public
only:
- master
- pages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment