From ae2f6f626c9d8aedefd185e037c18727b0440b97 Mon Sep 17 00:00:00 2001 From: Jonathan Eskew Date: Mon, 18 Nov 2024 10:03:22 -0500 Subject: [PATCH] Fix formatter workflow --- .github/workflows/run-formatter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-formatter.yml b/.github/workflows/run-formatter.yml index 4907d1cedd0..c27841d1737 100644 --- a/.github/workflows/run-formatter.yml +++ b/.github/workflows/run-formatter.yml @@ -61,7 +61,7 @@ jobs: - name: Format vscode-bicep # --install-links is temporary until all vscode React apps are moved to vscode-bicep-ui. run: | - npm run ci --install-links + npm ci --install-links npm run format working-directory: ./src/vscode-bicep