Answers for "npm run build npm ERR! Missing script: "build" for firebase"

0

npm run build npm ERR! Missing script: "build" for firebase

"scripts": {
    "build": "",
    "serve": "firebase serve --only functions",
    "shell": "firebase functions:shell",
    "start": "npm run shell",
    "deploy": "firebase deploy --only functions",
    "logs": "firebase functions:log"
  }
Posted by: Guest on May-07-2021

Code answers related to "npm run build npm ERR! Missing script: "build" for firebase"

Browse Popular Code Answers by Language