Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit b8127c3

Browse files
committed
vsce package in ci to check deps
1 parent 45215b0 commit b8127c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test
33
on: pull_request
44

55
jobs:
6-
compile:
6+
compile:
77
name: Compile and check peer dependencies
88
runs-on: ubuntu-latest
99
steps:
@@ -14,3 +14,5 @@ jobs:
1414
run: npm run compile
1515
- name: Check peer dependencies
1616
run: npm list --production --parseable --depth=99999 --loglevel=error
17+
- name: Attempt vsce Package
18+
run: npm run vsce:package

0 commit comments

Comments
 (0)