Skip to content

Commit

Permalink
Fix JS make target, rebuild package
Browse files Browse the repository at this point in the history
  • Loading branch information
nbuonin committed Apr 19, 2021
1 parent 7de86db commit e471cbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $(PY_SENTINAL): $(PIPFILE)
pipenv sync
touch $@

$(JS_SENTINAL):
$(JS_SENTINAL): package.json
-rm -rf node_modules
npm install
touch $@
Expand Down
4 changes: 2 additions & 2 deletions decruck/static/build/bundle.js

Large diffs are not rendered by default.

0 comments on commit e471cbb

Please sign in to comment.