Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross-platform build npm script #85

Merged
merged 2 commits into from
Sep 2, 2017
Merged

Cross-platform build npm script #85

merged 2 commits into from
Sep 2, 2017

Conversation

hgwood
Copy link
Contributor

@hgwood hgwood commented Sep 2, 2017

Prerequisites

Description

Current build npm script is not syntactically correct on Windows' cmd (which npm uses even if you run npm from bash). This uses the cross-env package to make if work on all platforms.

This is what package-lock.json looks like after a clean clone and npm install with npm 5.3.0.
@codecov-io
Copy link

codecov-io commented Sep 2, 2017

Codecov Report

Merging #85 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #85   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          59     59           
  Lines         120    120           
  Branches        7      7           
=====================================
  Hits          120    120

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 96b0e61...08a72fb. Read the comment docs.

@nlepage nlepage merged commit bfa9cba into master Sep 2, 2017
@nlepage nlepage deleted the chore/cross-env branch September 2, 2017 17:34
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.

None yet

4 participants