npm publish - removing scripts from package.json?
问题 Before publishing my script, I have a number of scripts under the package.json to compile coffeescript, typescript and developer only commands - which make no sense once it's published. I was wondering if there is a procedure for removing certain scripts under the package.json ? Considering that when publishing your package, it also publishes package.json. Would this be possible to kind of remove scripts before publishing the package? Once I publish my script, I remove a lot of the typescript