Skip to content

Conversation

bartekus
Copy link
Contributor

  • Separate devDependencies from dependencies
  • Update dependencies and devDependencies
  • Remove unused lib && fix all vulnerability that affect dependencies
  • Add cross-env & refactor npm scripts

bd-1201-before

bd-1201-after

@jnessbcf jnessbcf self-assigned this Jul 11, 2018
@jnessbcf jnessbcf self-requested a review July 11, 2018 14:58
@jnessbcf jnessbcf removed their assignment Jul 11, 2018
"integrated": "APIRUNMODE=integrated node .",
"windows-isolated": "set APIRUNMODE=isolated&& node .",
"windows-integrated": "set APIRUNMODE=integrated&& node .",
"isolated": "cross-env APIRUNMODE=isolated node .",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice stuff. Needs to be verified by one of the Windows crew (@ShahnawazAli93 , @quangogster , and/or @oshchepkov ) for runnability but I'm glad to see cross-env here.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, will try this updated script and let you know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants