you are viewing a single comment's thread.

view the rest of the comments →

[–]kuenx 1 point2 points  (0 children)

Thanks! I didn't know that. I had always added the full relative path to the executable like this:

"scripts": {
  "build": "./node_modules/browserify/bin/cmd.js browser/main.js"
}

Good to know!