Skip to content

Commit

Permalink
Fix missing dist in published webpack package
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Jun 1, 2024
1 parent 3b85f2a commit 63e0336
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-walls-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@responsive-image/webpack': patch
---

Fix broken published webpack package
1 change: 1 addition & 0 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"lint:types": "tsc --noEmit",
"prepack": "pnpm turbo build",
"start": "pkgroll --watch",
"test": "vitest run",
"test:watch": "vitest watch"
Expand Down

0 comments on commit 63e0336

Please sign in to comment.