Last active
January 30, 2019 14:52
-
-
Save seogi1004/e7866dd7caa274fd57d1b4bb50ff87b2 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
Frontend: | |
image: node:10 | |
stage: frontend | |
before_script: | |
- npm install | |
script: | |
- npm test | |
after_script: | |
- npm run dist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment