Skip to content

Commit 3e600ef

Browse files
committed
skip push on predev instead of always deploying twice
1 parent 7750e8a commit 3e600ef

File tree

16 files changed

+15
-503
lines changed

16 files changed

+15
-503
lines changed

template-astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.1",
55
"scripts": {
66
"dev": "run-p -r dev:*",
7-
"predev": "convex dev --until-success",
7+
"predev": "convex dev --skip-push",
88
"dev:astro": "astro dev",
99
"dev:convex": "convex dev",
1010
"build": "astro build",

template-bare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0",
55
"scripts": {
66
"dev": "convex dev",
7-
"predev": "convex dev --until-success && convex dashboard",
7+
"predev": "convex dev --skip-push && convex dashboard",
88
"logs": "convex logs",
99
"lint": "tsc -p convex && eslint . --report-unused-disable-directives --max-warnings 0"
1010
},

0 commit comments

Comments
 (0)