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

Commit

Permalink
Revert "bug-fix: Removed CLI from tsconfig to fix dist structure in b…
Browse files Browse the repository at this point in the history
…uild (#209)" (#210)

This reverts commit 2dcbba7.
  • Loading branch information
immasandwich authored Apr 22, 2022
1 parent 2dcbba7 commit 9cf6aec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
version: 6.23.2
run_install: true

- name: Prepare Build
run: pnpm build

- name: Automatic GitHub Release
uses: justincy/[email protected]
id: release
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"~*": ["./*"]
}
},
"include": ["./src/**/*"]
"include": ["./src/**/*", "./cli/**/*"]
}

0 comments on commit 9cf6aec

Please sign in to comment.