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