I have the following scripts in my package.json file
"scripts": {
"start": "watchify -o js/bundle.js -v -d .",
"build": "browserify . | uglifyjs -cm > js/bundle.min.js"
},
when i run npm build
, the command executes and moves to a fresh new line in the terminal and the script has'nt been built.
To figure out the problem, how can i get more verbose/debugging info from running this command?
Have you tried the following command?
npm build --verbose
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With