mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(build): rebuild ui assets on npm install
This commit is contained in:
committed by
Łukasz Mierzwa
parent
e5247eb96e
commit
c874bdce3d
@@ -19,7 +19,7 @@ $(NODE_INSTALL): package.json package-lock.json
|
||||
$(NODE_PATH)/%: $(NODE_INSTALL)
|
||||
@if [ ! -x $@ ]; then echo "missing script: $@" ; exit 1; fi
|
||||
|
||||
build/index.html: $(NODE_PATH)/react-scripts $(call rwildcard, public src, *)
|
||||
build/index.html: $(NODE_INSTALL) $(NODE_PATH)/react-scripts $(call rwildcard, public src, *)
|
||||
@rm -fr node_modules/.cache/eslint-loader
|
||||
npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user