From 29dc3f0c7c82125bfaa53140b4a067eef2a1d9b8 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sat, 18 Jun 2016 15:59:00 -0400 Subject: [PATCH] More tweaks to npm usage on Windows --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a56f1db..d278a06 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,9 +22,9 @@ install: - git clone . c:\gopath\src\gopkg.in\urfave\cli.v2 - go get github.com/urfave/gfmxr/... - go get -v -t ./... -- ps: Install-Product node 6 -- ps: $MarkdownTocExists = Test-Path node_modules\.bin\markdown-toc -- ps: if ($MarkdownTocExists -eq $False) { npm install markdown-toc } +- ps: if (Test-Path node_modules\.bin\markdown-toc -eq $False) { + npm install markdown-toc + } build_script: - python runtests vet