Skip to content

Commit

Permalink
chore(moon): include tsconfig and tsup to inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Oct 15, 2024
1 parent 7b299c6 commit 949cd92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/cli/moon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ tasks:
inputs:
- 'src/**/*'
- 'package.json'
- 'tsconfig.json'
- 'tsup.config.ts'
- '/packages/*/src/**'
outputs:
- 'dist'
Expand Down

0 comments on commit 949cd92

Please sign in to comment.