Skip to content

Commit 234df51

Browse files
committed
♻️ Migrate github workflow to yarn
1 parent 2b7f397 commit 234df51

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,10 @@ jobs:
1515
node-version: "14"
1616

1717
- name: Install
18-
run: npm install -g vsce && npm install
18+
run: yarn
1919

20-
- name: Build
21-
run: npm ci
22-
23-
- name: Prepublish
24-
run: npm run vscode:prepublish
20+
- name: Build & Prepublish
21+
run: yarn vscode:prepublish
2522

2623
- name: Deploy to marketplace
27-
run: vsce publish -p ${{ secrets.VS_TOKEN }}
24+
run: $(yarn bin)/vsce publish -p ${{ secrets.VS_TOKEN }}

0 commit comments

Comments
 (0)