We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72788f commit e4c8e1cCopy full SHA for e4c8e1c
1 file changed
packages/apps/explorer/package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"dev": "node ./scripts/dev-with-stack.mjs",
8
"dev:remote": "vite",
9
- "build": "tsc -p tsconfig.json && vite build",
+ "build": "pnpm --filter @powersync-community/powergit-core build && tsc -p tsconfig.json && vite build",
10
"build:prod": "STACK_PROFILE=prod pnpm run build",
11
"preview": "vite preview",
12
"lint": "echo 'stub'",
0 commit comments