Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. "scripts": {
  2. "a1": "first command",
  3. "a2": "second command",
  4. "a3": "third command",
  5.  
  6. }
  7.  
  8. "scripts": {
  9. "a1": "first command",
  10. "a2": "second command",
  11. "a3": "third command && a1 && a2",
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement