Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. amcdnl/style-guide:
  2. Build:
  3. - echo "--Install Node--"
  4. - source ~/.nvm/nvm.sh
  5. - nvm install node
  6. - npm install npm -g
  7. - echo "--NPM Installing--"
  8. - npm install
  9. - echo "--Building--"
  10. - npm run build:release
  11. - echo "--Deploying--"
  12. - npm run deploy
  13. PkgInclude:
  14. - 'dist/*'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement