Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AlexzanderFlores/7bb5e5eb6a952d3c6a19b1c7e18029d5 to your computer and use it in GitHub Desktop.
Save AlexzanderFlores/7bb5e5eb6a952d3c6a19b1c7e18029d5 to your computer and use it in GitHub Desktop.
version: 0.2
phases:
pre_build:
commands:
- npm install
build:
commands:
- npm run build
artifacts:
files:
- '**/*'
discard-paths: no
base-directory: ./
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment