From 24bba7c31bdd0eeb31fe3a4a1c48ab7146ce7737 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Tue, 9 May 2023 22:23:42 +0100 Subject: [PATCH] againn --- .yarn/releases/yarn-3.5.1.cjs | 0 azure-pipelines.yml | 12 ++++++------ package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) mode change 100644 => 100755 .yarn/releases/yarn-3.5.1.cjs diff --git a/.yarn/releases/yarn-3.5.1.cjs b/.yarn/releases/yarn-3.5.1.cjs old mode 100644 new mode 100755 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cf2041b1..91d5ea7f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 diff --git a/package.json b/package.json index 97b681a6..724dd462 100644 --- a/package.json +++ b/package.json @@ -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",