Skip to content

Commit e1ed3ae

Browse files
.
1 parent 45a87db commit e1ed3ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ install:
77
- choco install "sonarscanner-msbuild-net46" -y
88

99
###- cmd: SET NODE_PATH=%CD%\node_modules;%CD%\src\node_modules;%CD%\ReadMeSynchronizer\node_modules;%NODE_PATH%
10-
- cmd: %AppData%
1110
- cmd: SET NODE_PATH=%AppData%\npm\node_modules
1211

13-
###- npm install -g typescript
12+
- npm install -g typescript
1413
###- npm --prefix ./ReadMeSynchronizer install ./ReadMeSynchronizer
1514

1615
#- yarn install --production=false --no-lockfile --modules-folder ReadMeSynchronizer/node_modules

0 commit comments

Comments
 (0)