Skip to content

Commit

Permalink
⚗️ [Earwurm] Attempt to fix failed install with bundleDependencies (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi authored Jan 22, 2024
1 parent 48737bd commit 450aa86
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 108 deletions.
5 changes: 5 additions & 0 deletions .changeset/wet-clocks-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"earwurm": patch
---

Define bundleDependencies in hopes it solves failed package installs.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@vitest/coverage-v8": "^1.2.1",
"@vitest/ui": "^1.2.1",
"eslint": "^8.56.0",
Expand All @@ -50,7 +50,7 @@
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"happy-dom": "^13.2.0",
"happy-dom": "^13.2.1",
"prettier": "^3.2.4",
"typescript": "^5.3.3",
"vite": "^5.0.12",
Expand Down
5 changes: 5 additions & 0 deletions pkg/earwurm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
"build": "pnpm clean && pnpm build:only",
"start": "pnpm build:only --watch"
},
"bundleDependencies": [
"@earwurm/helpers",
"@earwurm/types",
"@earwurm/utilities"
],
"dependencies": {
"@earwurm/helpers": "workspace:*",
"@earwurm/types": "workspace:*",
Expand Down
Loading

0 comments on commit 450aa86

Please sign in to comment.