webpack-defaults icon indicating copy to clipboard operation
webpack-defaults copied to clipboard

fix: win32 install - no package.json default command created under scripts on win10 x64

Open Legends opened this issue 5 years ago • 1 comments

I have added a postinstall hook to package.json --> lib/postinstall-win32.js The script checks if we are on windows, if yes, it checks if the default command is already present in package.json, if not it create the command.

This PR contains a:

  • [ x] bugfix
  • [ ] new feature
  • [ ] code refactor
  • [x ] test update
  • [ ] typo fix
  • [ ] metadata update

Motivation / Use-Case

Solves issue 181

Breaking Changes

no

Additional Info

Legends avatar Jun 08 '20 11:06 Legends

CLA assistant check
All committers have signed the CLA.

jsf-clabot avatar Jun 08 '20 11:06 jsf-clabot