This is an automated email from the ASF dual-hosted git repository. wohali pushed a commit to branch 3.x-fauxton-windows in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit f105644b519b114a78be5d63311e063db344b429 Author: Joan Touzet <[email protected]> AuthorDate: Tue Oct 5 12:32:31 2021 -0400 Fix Windows makefile for Fauxton 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:
