Created
July 14, 2020 09:16
-
-
Save AlexzanderFlores/7bb5e5eb6a952d3c6a19b1c7e18029d5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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