We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2496c77 commit 960ee3fCopy full SHA for 960ee3f
.npmrc
@@ -1 +1,2 @@
1
-ignore-workspace-root-check=true
+ignore-workspace-root-check=true
2
+shamefully-hoist=true
package.json
@@ -43,7 +43,7 @@
43
"dev": "vite playground --mode play",
44
"dev:pkg": "vite playground",
45
"preview": "vite preview playground",
46
- "build:play": "vite build playground",
+ "build:play": "vite build && vite build playground",
47
"lint": "eslint .",
48
"prepublishOnly": "nr build",
49
"release": "pnpm lint && pnpm typecheck && pnpm build && bumpp",
0 commit comments