Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. {
  2. "scripts": {
  3. "build": "echo 'TODO: implement build script' && exit 1",
  4. "lint": "echo 'TODO: implement lint script' && exit 1",
  5. "test": "echo 'TODO: implement test script' && exit 1",
  6. "pretest": "npm run lint",
  7. "preversion": "npm test",
  8. "postversion": "git push --follow-tags",
  9. "prepublish": "npm run build"
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement