summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorJoan Touzet <wohali@users.noreply.github.com>2021-10-05 17:23:52 +0000
committerGitHub <noreply@github.com>2021-10-05 13:23:52 -0400
commitb32aa9a53986e50c58c9eea98ee6412b043bde72 (patch)
treea3460e887e84bc7503519cf7733ab15311392966 /Makefile.win
parent494c87120f3869e8df41521cafbece9a1628169b (diff)
downloadcouchdb-b32aa9a53986e50c58c9eea98ee6412b043bde72.tar.gz
Fix Windows makefile for Fauxton (#3777)
Missed file in f85cff669f20cee0a54da7bb8c645dfc4d2de5c9
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.win b/Makefile.win
index a9f8a80c4..25c4d9fa7 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -425,7 +425,7 @@ endif
share\www:
ifeq ($(with_fauxton), 1)
@echo 'Building Fauxton'
- @cd src\fauxton && npm install --production && .\node_modules\.bin\grunt couchdb
+ @cd src\fauxton && npm install && .\node_modules\.bin\grunt couchdb
endif
derived: