diff --git a/call.mjs b/call.mjs index 8bdc0df7..8bde4112 100755 --- a/call.mjs +++ b/call.mjs @@ -176,7 +176,7 @@ if (options.generate && (options.force || !fs.existsSync(`${cwd}/deep.config.jso } if (options.snapshot) { - await execP(`npx -y -q wait-on --timeout 100000 ${envs.NEXT_PUBLIC_GQL_PATH}`); + if (options.up) await execP(`npx -y -q wait-on --timeout 100000 ${envs.NEXT_PUBLIC_GQL_PATH}`); _exec(`${envsStr} cd ${__dirname} && docker compose -p deep stop hasura postgres storage minio && (docker exec deep-links sh -c "npm run snapshot:last" || true) && docker compose -p deep start hasura postgres storage minio`); } diff --git a/package.json b/package.json index 85cf407b..9ca8afde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@deep-foundation/deeplinks", - "version": "0.0.617", + "version": "0.0.618", "license": "Unlicense", "type": "module", "main": "import.js",