Skip to content

Commit a34eab2

Browse files
authored
🤦 (#684)
1 parent 6c3e58a commit a34eab2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@preact/signals": patch
3+
"@preact/signals-react": patch
4+
---
5+
6+
Ensure we build the thing

packages/preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"utils/src"
5151
],
5252
"scripts": {
53-
"prepublishOnly": "cd ../.. && pnpm build:preact"
53+
"prepublishOnly": "cd ../.. && pnpm build:preact && pnpm build:preact-utils"
5454
},
5555
"dependencies": {
5656
"@preact/signals-core": "workspace:^1.7.0"

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"README.md"
6262
],
6363
"scripts": {
64-
"prepublishOnly": "cd ../.. && pnpm build:react-runtime && pnpm build:react"
64+
"prepublishOnly": "cd ../.. && pnpm build:react-runtime && pnpm build:react && pnpm build:react-utils"
6565
},
6666
"dependencies": {
6767
"@preact/signals-core": "workspace:^1.7.0",

0 commit comments

Comments
 (0)