Skip to content

Instantly share code, notes, and snippets.

@seogi1004
Created January 30, 2019 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seogi1004/c943b00ade5c84c6465affb63c8b1faf to your computer and use it in GitHub Desktop.
Save seogi1004/c943b00ade5c84c6465affb63c8b1faf to your computer and use it in GitHub Desktop.
jobs:
include:
- stage: frontend
language: node_js
node_js:
- "10"
install:
- npm install
script:
- npm test
after_success:
- npm run dist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment