Skip to content

Commit

Permalink
Fix prepublish script for react package
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiggins committed Jun 29, 2023
1 parent 4956329 commit 60dae3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"mangle": "../../mangle.json",
"scripts": {
"prepublishOnly": "cd ../.. && pnpm build:react"
"prepublishOnly": "cd ../.. && pnpm build:react-runtime && pnpm build:react"
},
"dependencies": {
"@preact/signals-core": "workspace:^1.3.1",
Expand Down

0 comments on commit 60dae3f

Please sign in to comment.