This commit is contained in:
Core 2023-05-09 22:23:42 +01:00
parent 4644dbe5b4
commit 24bba7c31b
No known key found for this signature in database
3 changed files with 7 additions and 7 deletions

0
.yarn/releases/yarn-3.5.1.cjs vendored Normal file → Executable file
View file

View file

@ -31,12 +31,12 @@ jobs:
versionSource: "fromFile"
versionFilePath: ".nvmrc"
- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
- task: Cache@2
inputs:
key: 'yarn | "$(Agent.OS)" | yarn.lock'
path: $(YARN_CONFIG_CACHE)
displayName: Cache yarn
# - ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
# - task: Cache@2
# inputs:
# key: 'yarn | "$(Agent.OS)" | yarn.lock'
# path: $(YARN_CONFIG_CACHE)
# displayName: Cache yarn
- script: |
yarn set version from sources

View file

@ -73,10 +73,10 @@
"@types/adm-zip": "^0.5.0",
"@types/discord-rpc": "4.0.4",
"@types/express": "^4.17.15",
"@types/musickit": "github:ciderapp/musickit-types",
"@types/node": "^20.1.1",
"@types/qrcode-terminal": "^0.12.0",
"@types/ws": "^8.5.4",
"@types/musickit": "github:ciderapp/musickit-types",
"electron": "github:castlabs/electron-releases",
"electron-builder": "^23.6.0",
"electron-builder-notarize-pkg": "^1.2.0",