Skip to content

Commit 115403b

Browse files
authored
Merge pull request #223 from grapoza/shallow-clone-automation-builds
Add shallow_clone: true for automation
2 parents b7cda37 + 84feea1 commit 115403b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ init:
66
- sh: git config --global core.autocrlf true
77
- sh: nvm use 14
88

9+
shallow_clone: true
10+
911
install:
1012
# Get the app version from the package.json's version property, and set the build number
1113
- ps: $env:package_version = (Get-Content -Raw -Path package.json | ConvertFrom-Json).version

0 commit comments

Comments
 (0)