diff options
Diffstat (limited to 'deps/npm/make.bat')
-rw-r--r-- | deps/npm/make.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/npm/make.bat b/deps/npm/make.bat new file mode 100644 index 0000000000..7d71f0f925 --- /dev/null +++ b/deps/npm/make.bat @@ -0,0 +1,3 @@ +:: The tests run "make doc" in the prepublish script, +:: so this file gives windows something that'll exit +:: successfully, without having to install make. |