Skip to content

Commit

Permalink
Run update-crosswalk in appveyor.yml config
Browse files Browse the repository at this point in the history
  • Loading branch information
pnappa committed Apr 19, 2024
1 parent fb68ff4 commit 8414204
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ install:
- IF /I "%PLATFORM%" == "x64" CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
- IF /I "%PLATFORM%" == "x86" CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
- npm ci
- npm run update-crosswalk
- npm test

build: off
Expand Down

0 comments on commit 8414204

Please sign in to comment.