File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 182
182
"build.local" : " tsx --require ./scripts/runBefore.ts scripts/index.ts --tsc --tsc-docs --qwik --insights --supabaseauthhelpers --api --eslint --qwikrouter --qwikworker --qwikreact --cli --platform-binding-wasm-copy" ,
183
183
"build.only_javascript" : " tsx --require ./scripts/runBefore.ts scripts/index.ts --tsc --qwik --api" ,
184
184
"build.packages.docs" : " pnpm -C ./packages/docs/ run build" ,
185
- "build.packages.insights" : " pnpm -C ./packages/insights/ run build " ,
185
+ "build.packages.insights" : " tsx --require ./scripts/runBefore.ts scripts/index.ts --qwik --insights " ,
186
186
"build.platform" : " tsx --require ./scripts/runBefore.ts scripts/index.ts --platform-binding" ,
187
187
"build.platform.copy" : " tsx --require ./scripts/runBefore.ts scripts/index.ts --platform-binding-wasm-copy" ,
188
188
"build.qwik-router" : " tsx --require ./scripts/runBefore.ts scripts/index.ts --tsc --qwikrouter" ,
You can’t perform that action at this time.
0 commit comments