Skip to content

Commit

Permalink
Failed to migrate pnpm to lock,
Browse files Browse the repository at this point in the history
removed pnpm and added package-lock.json
  • Loading branch information
meniRoy committed Sep 11, 2023
1 parent 8cd8dde commit 1561460
Show file tree
Hide file tree
Showing 3 changed files with 9,969 additions and 5,402 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Install vcse
run: npm install -g @vscode/vsce
- name: Install dependencies
run: npm i
run: npm ci
- name: Run packge
run: vsce package
Loading

0 comments on commit 1561460

Please sign in to comment.