Skip to content

Commit

Permalink
ci: publish tsconfig too
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAegis committed Nov 6, 2022
1 parent a69fe10 commit 58227d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
needs: [build, test, lint]
strategy:
matrix:
artifact: ['tools', 'vite', 'nuke']
artifact: ['tools', 'vite', 'nuke', 'tsconfig']
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 58227d4

Please sign in to comment.