Where is npm bindir?

This commit is contained in:
Dan Buch 2016-06-18 16:29:33 -04:00
parent 21219e2b65
commit 2569db1dc9
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

View File

@ -22,6 +22,7 @@ install:
- git clone . c:\gopath\src\gopkg.in\urfave\cli.v2
- go get github.com/urfave/gfmxr/...
- go get -v -t ./...
- npm bin
- ps: $MarkdownTocExists = Test-Path node_modules\.bin\markdown-toc
- ps: if ($MarkdownTocExists -eq $False) { cmd /c npm install markdown-toc }