Skip to content

Commit

Permalink
fix: add postinstall script to build elements-utils after install, as…
Browse files Browse the repository at this point in the history
… this package is not yet build - ci steps will faill attempting to find it without building
  • Loading branch information
ValeryG committed Dec 11, 2024
1 parent e24714f commit 09e4b7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"@stoplight/react-error-boundary": "3.0.0"
},
"scripts": {
"postinstall": "yarn workspace @stoplight/elements-utils build",
"demo": "yarn workspace @stoplight/elements-demo",
"elements": "yarn workspace @stoplight/elements",
"elements-core": "yarn workspace @stoplight/elements-core",
Expand Down

0 comments on commit 09e4b7b

Please sign in to comment.