Skip to content

Commit

Permalink
chore(appveyor): Run npm link on windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyJones committed Apr 21, 2020
1 parent 6c14ecb commit bbcc11f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/build.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
npm run dist

cd dist
npm link
cd ..\dist-web
npm link

Get-ChildItem ".\examples" -Directory | ForEach-Object {
Write-Output "Running examples in $($_.FullName)"
cd $_.FullName
Expand Down

0 comments on commit bbcc11f

Please sign in to comment.