Skip to content

Commit 92cfdf0

Browse files
Fixed npm install issue
1 parent e59f68a commit 92cfdf0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ image: Visual Studio 2017
22

33
install:
44
- ps: (new-object Net.WebClient).DownloadString("https://raw.github.com/madskristensen/ExtensionScripts/master/AppVeyor/vsix.ps1") | iex
5-
- npm install [email protected] -g
6-
- set PATH=%APPDATA%\npm;%PATH%
7-
- npm --version
5+
- npm --version
86

97
before_build:
108
- ps: Vsix-IncrementVsixVersion | Vsix-UpdateBuildVersion

0 commit comments

Comments
 (0)