Skip to content

Commit 0e1510e

Browse files
committed
test
1 parent 86eca37 commit 0e1510e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "pnpm -r test",
1010
"test:watch": "pnpm -r test:watch",
1111
"sync": "pnpm -r sync",
12-
"postinstall": "pnpm sync && pnpm build"
12+
"postinstall": "pnpm sync"
1313
},
1414
"devDependencies": {
1515
"@biomejs/biome": "^1.9.4",

sites/floating-ui-svelte.vercel.app/pagefind.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"site": "./build",
2+
"site": "build",
33
"exclude_selectors": [".expressive-code"],
44
"vite_plugin_pagefind": {
55
"assets_dir": "static",

0 commit comments

Comments
 (0)