Skip to content

Commit

Permalink
Fix missing prepack script
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Jan 7, 2025
1 parent 6d91606 commit ee6ad76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silent-pillows-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@responsive-image/solid': patch
---

Fix missing prepack script
3 changes: 2 additions & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"test:watch": "vitest watch",
"lint": "concurrently 'npm:lint:*(!fix)' --names 'lint:'",
"lint:js": "eslint . --cache",
"lint:types": "tsc --noEmit"
"lint:types": "tsc --noEmit",
"prepack": "pnpm turbo build"
},
"dependencies": {
"@responsive-image/core": "workspace:^",
Expand Down

0 comments on commit ee6ad76

Please sign in to comment.