From b32aa9a53986e50c58c9eea98ee6412b043bde72 Mon Sep 17 00:00:00 2001 From: Joan Touzet Date: Tue, 5 Oct 2021 17:23:52 +0000 Subject: Fix Windows makefile for Fauxton (#3777) Missed file in f85cff669f20cee0a54da7bb8c645dfc4d2de5c9 --- Makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.win') 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: -- cgit v1.2.1