Skip to content

Commit 12006bb

Browse files
committed
Fix deploy script
1 parent be09b67 commit 12006bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.11.2",
66
"scripts": {
77
"dev": "vite dev",
8-
"build": "vite build",
8+
"build": "BUILD_SITE_NOT_LIBRARY=no vite build",
99
"preview": "vite preview",
1010
"build-site": "BUILD_SITE_NOT_LIBRARY=yes vite build",
1111
"deploy": "npm run build && npx jsr publish && npm publish --access=public",

0 commit comments

Comments
 (0)