Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-10-10 03:19:30 +0400
committerisaacs <i@izs.me>2013-10-10 03:19:30 +0400
commit552934ce74c206e3de6341b6796afec881ae9895 (patch)
tree23f58a8102a3862e7b8835d63eab44582f4a14a5 /make.bat
parentafcc53971bf89a39473f0da4ee9990cccf02855a (diff)
Add a fake make file for Windows test-running love
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/make.bat b/make.bat
new file mode 100644
index 000000000..7d71f0f92
--- /dev/null
+++ b/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.