We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7cda37 + 84feea1 commit 115403bCopy full SHA for 115403b
appveyor.yml
@@ -6,6 +6,8 @@ init:
6
- sh: git config --global core.autocrlf true
7
- sh: nvm use 14
8
9
+shallow_clone: true
10
+
11
install:
12
# Get the app version from the package.json's version property, and set the build number
13
- ps: $env:package_version = (Get-Content -Raw -Path package.json | ConvertFrom-Json).version
0 commit comments