Skip to content

Makefile based build.#26

Open
chr15m wants to merge 1 commit into
shzlw:masterfrom
chr15m:makefile-based-build
Open

Makefile based build.#26
chr15m wants to merge 1 commit into
shzlw:masterfrom
chr15m:makefile-based-build

Conversation

@chr15m

@chr15m chr15m commented Jul 26, 2019

Copy link
Copy Markdown

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
Copy Markdown

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