Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
build: switch to npm due to vsce issue 421
Browse files Browse the repository at this point in the history
  • Loading branch information
manlao committed Nov 15, 2022
1 parent 9c9cfd6 commit 2fc498a
Show file tree
Hide file tree
Showing 6 changed files with 11,173 additions and 4,849 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "lts/*"
- name: Enable corepack
run: corepack enable
- name: Activate pnpm
run: corepack prepare [email protected] --activate
- name: Install dependencies
run: pnpm install
run: npm install
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VSCE_PAT: ${{ secrets.VSCE_PAT }}
run: pnpm semantic-release
run: npm run semantic-release
7 changes: 7 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ vsc-extension-quickstart.md
**/.eslintrc.json
**/*.map
**/*.ts
node_modules/**
*.vsix
!out/**
!CHANGELOG.md
!LICENSE
!package.json
!README.md
Loading

0 comments on commit 2fc498a

Please sign in to comment.