Guest User

Untitled

a guest
Jan 19th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. - Deleting "npm --prefix "$RESOURCE_DIR" run lint".
  2.  
  3. - Deleting complete "predeploy": [
  4. "npm --prefix "$RESOURCE_DIR" run lint"
  5. ]
  6.  
  7. {
  8. "functions": {
  9. "predeploy": [
  10. "npm --prefix ./functions/ run lint"
  11. "npm --prefix ./functions/ run build"
  12. ]
  13. }
  14. }
  15.  
  16. - {
  17. "functions": {
  18. "predeploy": [
  19. "npm --prefix ./functions/ run lint"
  20. ]
  21. }
  22. }
  23.  
  24. === Deploying to 'fir-functions-22d02'...
  25.  
  26. Running command: npm --prefix ./functions/ run lint
  27.  
  28. functions@ lint D:IOTDialogFlowfirebase functionsfunctions
  29. eslint .
Add Comment
Please, Sign In to add comment