There was an error while loading. Please reload this page.
1 parent ec7c53d commit ec87aedCopy full SHA for ec87aed
1 file changed
package.json
@@ -21,6 +21,7 @@
21
"launch:self-serve-readiness": "node scripts/self-serve-readiness.mjs",
22
"billing:autumn-parity": "node scripts/autumn-catalog-parity.mjs",
23
"launch:production-dry-run": "bun scripts/production-dry-run.mjs",
24
+ "launch:production-sdk-e2e": "node scripts/production-sdk-e2e.mjs",
25
"backend:up": "bun run env:local && REND_ENV_PROFILE=local docker compose up -d",
26
"backend:down": "docker compose down",
27
"backend:api": "bun run env:local && REND_ENV_PROFILE=local cargo run -p rend-api",
0 commit comments