Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Transpile just before package
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed May 13, 2024
1 parent 046c2b3 commit 4f16231
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
with:
node-version: 20.x

- run: npx tsc

- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: Install dependencies
run: npm ci --ignore-scripts

- run: npx tsc

- name: Make sure to be possible to create package
run: npx vsce package --out 'yamlfmt.vsix'

Expand Down

0 comments on commit 4f16231

Please sign in to comment.