Skip to content

Commit fa61f5f

Browse files
Siddharthaankit
Siddhartha
authored and
ankit
committed
appveyor.yml - fixed the version of yarn
1 parent f0cf221 commit fa61f5f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ environment:
99
cache:
1010
- "%LOCALAPPDATA%\\Yarn"
1111
install:
12-
- npm i -g yarn
12+
- npm i -g yarn@0.16.1
1313
- npm i -g typescript typings
14+
- yarn global add typescript typings
1415
- cd ".\Promact.Oauth.Server\src\Promact.Oauth.Server\"
16+
- yarn
1517
- cd..
1618
build_script:
1719
- ps: dotnet restore

0 commit comments

Comments
 (0)