Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Execute client/fix_for_npm_child_process_issue.py to fix for the chil…
Browse files Browse the repository at this point in the history
…d_process not found error caused by latest update in npm package
  • Loading branch information
yamsgithub committed Sep 21, 2017
1 parent f93caf9 commit b16f947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ $(GET_REACT_NPM_INSTALL):
source activate ddt; \
pushd client; \
npm install; \
python fix_for_npm_child_process_issue.py; \
popd

$(GET_REACT_NPM_BUILD):
Expand Down

0 comments on commit b16f947

Please sign in to comment.