From 2e39880582ff512c15b3d524bd2a7537cf333157 Mon Sep 17 00:00:00 2001 From: Jacob Bolda Date: Mon, 19 Apr 2021 14:04:44 -0500 Subject: [PATCH] chore: covector config tweaks, remove tauri -> api dep (#1541) --- .changes/config.json | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/.changes/config.json b/.changes/config.json index 166491b9a..9747f69c3 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -22,7 +22,7 @@ "pipe": true }, { - "command": "echo \"\\`\\`\\`\"", + "command": "echo '```'", "dryRunCommand": true, "pipe": true }, @@ -33,12 +33,13 @@ "pipe": true }, { - "command": "echo \"\\`\\`\\`\"", + "command": "echo '```'", "dryRunCommand": true, "pipe": true } ], "publish": [ + "sleep 15s", { "command": "cargo package --allow-dirty", "dryRunCommand": true @@ -49,7 +50,7 @@ "pipe": true }, { - "command": "echo \"\\`\\`\\`\"", + "command": "echo '```'", "dryRunCommand": true, "pipe": true }, @@ -59,7 +60,7 @@ "pipe": true }, { - "command": "echo \"\\`\\`\\`\"", + "command": "echo '```'", "dryRunCommand": true, "pipe": true } @@ -91,7 +92,7 @@ "pipe": true }, { - "command": "echo \"
\nclick to view\n\n\\`\\`\\`\"", + "command": "echo '
\nclick to view\n\n```'", "dryRunCommand": true, "pipe": true }, @@ -102,7 +103,7 @@ "pipe": true }, { - "command": "echo \"\\`\\`\\`\n\n
\n\"", + "command": "echo '```\n\n
\n'", "dryRunCommand": true, "pipe": true }, @@ -112,13 +113,14 @@ } ], "publish": [ + "sleep 15s", { "command": "echo \"# Yarn Package Publish\"", "dryRunCommand": true, "pipe": true }, { - "command": "echo \"\\`\\`\\`\"", + "command": "echo '```'", "dryRunCommand": true, "pipe": true }, @@ -128,7 +130,7 @@ "pipe": true }, { - "command": "echo \"\\`\\`\\`\"", + "command": "echo '```'", "dryRunCommand": true, "pipe": true } @@ -161,7 +163,7 @@ "pipe": true }, { - "command": "echo \"
\nclick to view\n\n\\`\\`\\`\"", + "command": "echo '
\nclick to view\n\n```'", "dryRunCommand": true, "pipe": true }, @@ -172,7 +174,7 @@ "pipe": true }, { - "command": "echo \"\\`\\`\\`\n\n
\n\"", + "command": "echo '```\n\n
\n'", "dryRunCommand": true, "pipe": true }, @@ -188,7 +190,7 @@ "pipe": true }, { - "command": "echo \"\\`\\`\\`\"", + "command": "echo '```'", "dryRunCommand": true, "pipe": true }, @@ -198,7 +200,7 @@ "pipe": true }, { - "command": "echo \"\\`\\`\\`\"", + "command": "echo '```'", "dryRunCommand": true, "pipe": true } @@ -231,7 +233,7 @@ "tauri": { "path": "./core/tauri", "manager": "rust", - "dependencies": ["api", "tauri-macros", "tauri-utils"], + "dependencies": ["tauri-macros", "tauri-utils"], "postversion": "node ../../.scripts/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }" }, "cli.js": {