Skip to content

Commit

Permalink
0.0.618
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Oct 20, 2024
1 parent 9439795 commit 2ee1c32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion call.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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`);
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deep-foundation/deeplinks",
"version": "0.0.617",
"version": "0.0.618",
"license": "Unlicense",
"type": "module",
"main": "import.js",
Expand Down

0 comments on commit 2ee1c32

Please sign in to comment.