Skip to content

Commit

Permalink
skip npm i step
Browse files Browse the repository at this point in the history
  • Loading branch information
astahmer committed Oct 30, 2023
1 parent 19842ea commit 6fce700
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,22 +107,11 @@ jobs:
- name: Set Environment Variable
run: echo "VSCE_RELEASE_VERSION=$(date +'%s' | cut -c1-8)" >> $GITHUB_ENV

- name: Prepare npm install
working-directory: ./packages/vscode
run: yarn rewrite-deps && yarn clean

- name: Overrides esbuild
working-directory: ./packages/vscode
if: contains(matrix.target, 'darwin-arm64')
run: yarn override-esbuild

- name: Install with npm
working-directory: ./packages/vscode
run: |
npm i --ignore-scripts
env:
npm_config_arch: ${{ matrix.npm_config_arch }}

- name: Publish extension
if: steps.changesets.outputs.published == 'true'
working-directory: ./packages/vscode
Expand Down

0 comments on commit 6fce700

Please sign in to comment.