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

Commit

Permalink
fix: Removed CLI from tsconfig to fix dist structure in build (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
immasandwich authored Apr 22, 2022
1 parent 9cf6aec commit 858e51d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ 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/**/*", "./cli/**/*"]
"include": ["./src/**/*"]
}

0 comments on commit 858e51d

Please sign in to comment.