TestArmada / magellan-saucelabs-executor

magellan test executor for saucelabs
MIT License
2 stars 2 forks source link

transpiling step during "npm install" #25

Closed jchip closed 6 years ago

jchip commented 6 years ago

Hi, is there any reason that the build step, which typically should be done during npm publish, being done as a postinstall step? postinstall step is typically invoked by "npm install".

If you do build during npm publish, you should be able to avoid pulling in what typically are devDependencies like babel.

This is causing unnecessary loads and extra dependencies for our apps.