Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

what is npm audit

"scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "deploy": "serve -s build"
  }

npm install -g serve
npm run-script deploy
 
PREVIOUS NEXT
Tagged: #npm #audit
ADD COMMENT
Topic
Name
8+4 =