Skip to content

Commit

Permalink
build: Confirm that ext pkg can be built
Browse files Browse the repository at this point in the history
This extends the compile check to confirm that vsce can actually build the
package.

Signed-off-by: Charlie Egan <charlie@styra.com>
  • Loading branch information
charlieegan3 committed Sep 16, 2024
1 parent d80cdbf commit 420eaa8
Show file tree
Hide file tree
Showing 3 changed files with 1,358 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
run: |
npm install --include=dev
- name: Compile TypeScript
run: npm run compile
- name: Test build package
run: npx vsce package -o build.vsix

eslint:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 420eaa8

Please sign in to comment.