From 717d607e514c9adbd1b1de03fbac6770b80b0ce2 Mon Sep 17 00:00:00 2001 From: Jacob Bolda Date: Thu, 12 Nov 2020 11:09:50 -0600 Subject: [PATCH] chore: publish tauri.js@0.13.0 (#1085) We temporarily turned off publishing for it since it was hanging. Up the loglevel and try again. --- .changes/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.changes/config.json b/.changes/config.json index 8df5bfe8d..226d0c9c7 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -121,7 +121,7 @@ "pipe": true }, { - "command": "yarn publish --access public", + "command": "yarn publish --access public --loglevel silly", "dryRunCommand": "npm publish --dry-run --access public", "pipe": true }, @@ -140,7 +140,6 @@ }, "packages": { "tauri.js": { - "publish": false, "path": "./cli/tauri.js", "manager": "javascript", "dependencies": ["tauri"],