Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkpatchaa committed Aug 14, 2024
1 parent 6eae97d commit 2f520f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- run:
name: Install dependencies
command: |
yarn install --cwd showcase --frozen-lockfile
yarn install --cwd example --frozen-lockfile
yarn install --frozen-lockfile
- save_cache:
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "./tsconfig",
"exclude": [
"example",
"showcase"
"example"
]
}

0 comments on commit 2f520f5

Please sign in to comment.