Skip to content

Commit

Permalink
exchange to npm, due to: microsoft/vscode-vsce#421
Browse files Browse the repository at this point in the history
  • Loading branch information
shalldie committed Jul 18, 2022
1 parent 7119d90 commit f31dedb
Show file tree
Hide file tree
Showing 4 changed files with 4,246 additions and 1,545 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ name: ci

on:
push:
branches: [master]
pull_request:
branches: [master]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -25,11 +23,8 @@ jobs:
with:
node-version: 16

- name: Install pnpm
uses: pnpm/[email protected]

# validate compile、package
- run: pnpm i
- run: npm ci
- run: npm run package
- uses: actions/upload-artifact@v3
with:
Expand Down
Loading

0 comments on commit f31dedb

Please sign in to comment.