Advertisement
Guest User

Untitled

a guest
May 25th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. "scripts": {
  2. "lint": "eslint . && echo 'Lint finished...\n'",
  3. "pretest": "npm run -s lint",
  4. "test": "cross-env NODE_PATH='source' node source/test/index.js",
  5. "watch": "watch 'clear && npm run -s test' source",
  6. "update": "updtr"
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement