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

Makefile based build. #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

chr15m
Copy link

@chr15m chr15m commented Jul 26, 2019

Use make to build. Only those dependencies which have changed will be built.
For example node_modules will only be installed if package.json has been changed or if it is missing.
React app will only be built if web-app sources have been changed.

Fixes #23

Use `make` to build. Only those dependencies which have changed will be built.
For example `node_modules` will only be installed if package.json has been changed or if it is missing.
React app will only be built if web-app sources have been changed.

Fixes shzlw#23
@codecov-io
Copy link

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #26   +/-   ##
=========================================
  Coverage     71.12%   71.12%           
  Complexity      348      348           
=========================================
  Files            42       42           
  Lines          1285     1285           
  Branches        110      110           
=========================================
  Hits            914      914           
  Misses          336      336           
  Partials         35       35

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 9b0eac7...4121c11. Read the comment docs.

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.

build.sh fails in a fresh checkout
2 participants