nowaday, azure can be deployed by push zip of our node project, so we can build and install in local and push them to server, remove build part in start command and just run it. I had succeed deployed with this command in package.json:
"start": "node ./lib/index.js"