This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/3.x by this push:
     new b32aa9a  Fix Windows makefile for Fauxton (#3777)
b32aa9a is described below

commit b32aa9a53986e50c58c9eea98ee6412b043bde72
Author: Joan Touzet <woh...@users.noreply.github.com>
AuthorDate: Tue Oct 5 17:23:52 2021 +0000

    Fix Windows makefile for Fauxton (#3777)
    
    Missed file in f85cff669f20cee0a54da7bb8c645dfc4d2de5c9
---
 Makefile.win | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.win b/Makefile.win
index a9f8a80..25c4d9f 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:

Reply via email to