Guest User

Untitled

a guest
Jan 23rd, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. "scripts": {
  2. "test": "jest",
  3. "test:ci": "jest --runInBand --no-cache --watch false --coverage true",
  4. "test:codecov": "codecov",
  5. "tsc:check": "tsc --noEmit",
  6. "prettier:check": "pretty-quick --staged"
  7. .
  8. .
  9. . // a lot more here
  10. }
Add Comment
Please, Sign In to add comment