Skip to content

Commit 960ee3f

Browse files
committed
fix: build playground error
1 parent 2496c77 commit 960ee3f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.npmrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
ignore-workspace-root-check=true
1+
ignore-workspace-root-check=true
2+
shamefully-hoist=true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dev": "vite playground --mode play",
4444
"dev:pkg": "vite playground",
4545
"preview": "vite preview playground",
46-
"build:play": "vite build playground",
46+
"build:play": "vite build && vite build playground",
4747
"lint": "eslint .",
4848
"prepublishOnly": "nr build",
4949
"release": "pnpm lint && pnpm typecheck && pnpm build && bumpp",

0 commit comments

Comments
 (0)