From 2b58a0b7cc28aab23489b21334fcc440050202ba Mon Sep 17 00:00:00 2001 From: Jess Telford Date: Tue, 9 Apr 2024 18:16:36 +1000 Subject: [PATCH] Correct publish of VSCode extension (#11865) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### WHY are these changes introduced? Fixes #0000 ### WHAT is this pull request doing? ### How to 🎩 🖥 [Local development instructions](https://github.com/Shopify/polaris/blob/main/README.md#install-dependencies-and-build-workspaces) 🗒 [General tophatting guidelines](https://github.com/Shopify/polaris/blob/main/documentation/Tophatting.md) 📄 [Changelog guidelines](https://github.com/Shopify/polaris/blob/main/.github/CONTRIBUTING.md#changelog) ### 🎩 checklist - [ ] Tested a [snapshot](https://github.com/Shopify/polaris/blob/main/documentation/Releasing.md#-snapshot-releases) - [ ] Tested on [mobile](https://github.com/Shopify/polaris/blob/main/documentation/Tophatting.md#cross-browser-testing) - [ ] Tested on [multiple browsers](https://help.shopify.com/en/manual/shopify-admin/supported-browsers) - [ ] Tested for [accessibility](https://github.com/Shopify/polaris/blob/main/documentation/Accessibility%20testing.md) - [ ] Updated the component's `README.md` with documentation changes - [ ] [Tophatted documentation](https://github.com/Shopify/polaris/blob/main/documentation/Tophatting%20documentation.md) changes in the style guide --- .github/workflows/publish-polaris-for-vscode.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-polaris-for-vscode.yml b/.github/workflows/publish-polaris-for-vscode.yml index ea1a0c6eb05..d5822796028 100644 --- a/.github/workflows/publish-polaris-for-vscode.yml +++ b/.github/workflows/publish-polaris-for-vscode.yml @@ -35,7 +35,7 @@ jobs: cache: pnpm - name: Install dependencies - run: pnpm + run: pnpm install --frozen-lockfile - name: Build extension run: pnpm build --filter=polaris-for-vscode