Skip to content

Commit

Permalink
Fix trpc-server ci cache (#7111)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjeffers committed Jan 8, 2024
1 parent b9f0b43 commit 56f5410
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
- ./packages/es-indexer/node_modules
- ./packages/ddex/node_modules
- ./packages/ddex-frontend/node_modules
- ./packages/trpc-server/node_modules

generate-release-branch:
working_directory: ~/audius-protocol
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"packages/discovery-provider/plugins/pedalboard/packages/*",
"packages/es-indexer"
],
"cacheBust": 1,
"private": true,
"scripts": {
"build": "turbo run build",
Expand Down

0 comments on commit 56f5410

Please sign in to comment.