diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ac99274..a71a133 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,4 +1,4 @@ -name: Lint and build extension +name: Build extension on: push: @@ -20,5 +20,5 @@ jobs: - name: Install extension dependencies run: npm ci - - name: Build and package the extension + - name: Package the extension run: npx -p @vscode/vsce -c 'vsce package'