Run npm install in cmd subshell on Windows

main
Dan Buch 8 years ago
parent dec06d2837
commit 0ef116788d
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

@ -23,7 +23,7 @@ install:
- go get github.com/urfave/gfmxr/... - go get github.com/urfave/gfmxr/...
- go get -v -t ./... - go get -v -t ./...
- ps: $MarkdownTocExists = Test-Path node_modules\.bin\markdown-toc - ps: $MarkdownTocExists = Test-Path node_modules\.bin\markdown-toc
- ps: if ($MarkdownTocExists -eq $False) { npm install markdown-toc } - ps: if ($MarkdownTocExists -eq $False) { cmd /c npm install markdown-toc }
build_script: build_script:
- python runtests vet - python runtests vet

Loading…
Cancel
Save