Skip to content

Commit e4c8e1c

Browse files
fix: build
1 parent e72788f commit e4c8e1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/apps/explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"dev": "node ./scripts/dev-with-stack.mjs",
88
"dev:remote": "vite",
9-
"build": "tsc -p tsconfig.json && vite build",
9+
"build": "pnpm --filter @powersync-community/powergit-core build && tsc -p tsconfig.json && vite build",
1010
"build:prod": "STACK_PROFILE=prod pnpm run build",
1111
"preview": "vite preview",
1212
"lint": "echo 'stub'",

0 commit comments

Comments
 (0)