Skip to content

Commit db6bc5a

Browse files
committed
chore: fix cli
1 parent 4c49411 commit db6bc5a

5 files changed

Lines changed: 70 additions & 45 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@antfu/eslint-config": "catalog:devtools",
22+
"@antfu/ni": "catalog:build",
2223
"@antfu/utils": "catalog:inlined",
2324
"@iconify-json/carbon": "catalog:icons",
2425
"@iconify-json/catppuccin": "catalog:icons",

packages/core/src/client/webcomponents/components/DockPanel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ onMounted(() => {
185185
:entry="entry"
186186
:iframes="iframes"
187187
:iframe-style="{
188-
border: '1px solid #8885',
188+
border: '1px solid #8883',
189189
borderRadius: '0.5rem',
190190
zIndex: '2147483645',
191191
}"

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dist"
3030
],
3131
"scripts": {
32-
"build": "nr dev:prepare && ROLLDOWN_OPTIONS_VALIDATION=loose nuxi build src && tsdown",
32+
"build": "pnpm dev:prepare && ROLLDOWN_OPTIONS_VALIDATION=loose nuxi build src && tsdown",
3333
"build:debug": "NUXT_DEBUG_BUILD=true pnpm run build",
3434
"dev": "ROLLDOWN_OPTIONS_VALIDATION=loose nuxi dev src",
3535
"dev:prepare": "nuxi prepare src",

0 commit comments

Comments
 (0)