Skip to content

Commit

Permalink
Upgrade all devDependencies in webpack build. (hound-search#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
kellegous committed Oct 5, 2022
1 parent 6c929f3 commit 3e094c3
Show file tree
Hide file tree
Showing 4 changed files with 13,622 additions and 8,280 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ CMDS := .build/bin/houndd .build/bin/hound

SRCS := $(shell find . -type f -name '*.go')

WEBPACK_ARGS := -p
WEBPACK_ARGS := --mode production
ifdef DEBUG
WEBPACK_ARGS := -d
WEBPACK_ARGS := --mode development
endif

ALL: $(CMDS)
Expand Down
Loading

0 comments on commit 3e094c3

Please sign in to comment.