Skip to content

Commit bc7e384

Browse files
committed
use --skip-push for predev
1 parent e612b5c commit bc7e384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dev:backend": "convex dev --typecheck-components",
2020
"dev:frontend": "cd example && vite --clearScreen false",
2121
"dev:build": "chokidar 'tsconfig*.json' 'src/**/*.ts' -i '**/*.test.ts' -c 'convex codegen --component-dir ./src/component && npm run build' --initial",
22-
"predev": "path-exists .env.local || npm run dev:backend -- --until-success",
22+
"predev": "path-exists .env.local || (npm run build && convex dev --skip-push)",
2323
"clean": "rm -rf dist *.tsbuildinfo",
2424
"build": "tsc --project ./tsconfig.build.json",
2525
"typecheck": "tsc --noEmit && tsc -p example && tsc -p example/convex",

0 commit comments

Comments
 (0)