Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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"
  }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #npm #run #build #npm #Missing #firebase
ADD COMMENT
Topic
Name
5+6 =