steem-js icon indicating copy to clipboard operation
steem-js copied to clipboard

Fix issue 314 npm script error when running on Windows.

Open xtu opened this issue 7 years ago • 0 comments

This PR fixes issue #314 by the following changes:

  • Moved cross-env package to devDepedencies and use it for setting NODE_ENV.
  • Introduced mkdirp to allow creating directory cross different platforms.
  • Moved the lint command to separate script so that it does not swallow parameters for mocha.

xtu avatar Jan 08 '18 22:01 xtu