Skip to content

Commit 7c892cf

Browse files
authored
Update prepublishOnly script to build core first
1 parent e3638f0 commit 7c892cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"README.md"
4545
],
4646
"scripts": {
47-
"prepublishOnly": "cd ../.. && sleep 60 && pnpm build:devtools-adapter && pnpm build:preact && pnpm _build:devtools-ui",
47+
"prepublishOnly": "cd ../.. && sleep 60 && pnpm build:core && pnpm build:devtools-adapter && pnpm build:preact && pnpm _build:devtools-ui",
4848
"test": "vitest run"
4949
},
5050
"dependencies": {

0 commit comments

Comments
 (0)